Debug theme.
This commit is contained in:
parent
d86bd295c8
commit
372d986c03
3 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"title": "Default Theme",
|
||||
"title": "Hungry-Hobo",
|
||||
"msg": "Hello",
|
||||
"bookmarks": {
|
||||
"google": {
|
||||
"google": "http://www.google.fr",
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue