diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 13:10:58 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 13:10:58 +0200 |
| commit | 372d986c033aa43708615ecd9a7121b5942602ce (patch) | |
| tree | a10aabc7b351797acbaa0456e0ba6076aad49eaa | |
| parent | d86bd295c80cb35b03572c0141df525a2f3269da (diff) | |
Debug theme.
| -rw-r--r-- | bcst/themes/hungry-hobo/index.html | 4 | ||||
| -rw-r--r-- | bcst/themes/hungry-hobo/resources.json | 3 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/bcst/themes/hungry-hobo/index.html b/bcst/themes/hungry-hobo/index.html index b052521..05b7ba2 100644 --- a/bcst/themes/hungry-hobo/index.html +++ b/bcst/themes/hungry-hobo/index.html @@ -1,11 +1,11 @@ <html> <head> - <title>Home</title> + <title>{{title}}</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <br> - <h1>Hello</h1> + <h1>{{msg}}</h1> <br> <br> <br> diff --git a/bcst/themes/hungry-hobo/resources.json b/bcst/themes/hungry-hobo/resources.json index f443328..27fcb01 100644 --- a/bcst/themes/hungry-hobo/resources.json +++ b/bcst/themes/hungry-hobo/resources.json @@ -1,5 +1,6 @@ { - "title": "Default Theme", + "title": "Hungry-Hobo", + "msg": "Hello", "bookmarks": { "google": { "google": "http://www.google.fr", @@ -5,7 +5,7 @@ with open("README.md", "r") as readme: setuptools.setup( name="bcst", - version="0.0.5", + version="0.0.6", scripts=["bcst/bcst"], author="Loic Guegan", author_email="manzerbredes@mailbox.org", |
