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>
|
<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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue