Debug theme.

This commit is contained in:
Loic Guegan 2020-04-22 13:10:58 +02:00
parent d86bd295c8
commit 372d986c03
3 changed files with 5 additions and 4 deletions

View file

@ -1,11 +1,11 @@
<html> <html>
<head> <head>
<title>Home</title> <title>{{title}}</title>
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
</head> </head>
<body> <body>
<br> <br>
<h1>Hello</h1> <h1>{{msg}}</h1>
<br> <br>
<br> <br>
<br> <br>

View file

@ -1,5 +1,6 @@
{ {
"title": "Default Theme", "title": "Hungry-Hobo",
"msg": "Hello",
"bookmarks": { "bookmarks": {
"google": { "google": {
"google": "http://www.google.fr", "google": "http://www.google.fr",

View file

@ -5,7 +5,7 @@ with open("README.md", "r") as readme:
setuptools.setup( setuptools.setup(
name="bcst", name="bcst",
version="0.0.5", version="0.0.6",
scripts=["bcst/bcst"], scripts=["bcst/bcst"],
author="Loic Guegan", author="Loic Guegan",
author_email="manzerbredes@mailbox.org", author_email="manzerbredes@mailbox.org",