diff --git a/publishconf_lite.py b/publishconf_lite.py index c8c502e..e10a5ab 100644 --- a/publishconf_lite.py +++ b/publishconf_lite.py @@ -55,7 +55,7 @@ CATEGORIES_SAVE_AS = '' TAGS_SAVE_AS = '' INDEX_SAVE_AS = 'index.html' -ARTICLE_URL = '{date:%d}/' +ARTICLE_URL = '{date:%d}' ARTICLE_SAVE_AS = '{date:%d}/index.html' PROD = True diff --git a/themes/lite/templates/base.html b/themes/lite/templates/base.html index 0717f46..133b96c 100644 --- a/themes/lite/templates/base.html +++ b/themes/lite/templates/base.html @@ -1,5 +1,4 @@ -{% block meta %}{% endblock %}{% block style %}{% endblock %}
-Tanner Collin +{% block meta %}{% endblock %}{% block style %}{% endblock %}Tanner Collin {% block content %} {% endblock %} diff --git a/themes/lite/templates/index.html b/themes/lite/templates/index.html index 7a03b01..b941c60 100644 --- a/themes/lite/templates/index.html +++ b/themes/lite/templates/index.html @@ -2,6 +2,8 @@ {% block content %} Hi, I'm Tanner! I do firmware and web development in Calgary. +Please sign my Guest Book! + Contact Info ============