From d87e798d3816046480a14626bff4e6c78a508ff1 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 5 Oct 2021 04:54:37 +0000 Subject: [PATCH] Add link to guest book, optimize --- publishconf_lite.py | 2 +- themes/lite/templates/base.html | 3 +-- themes/lite/templates/index.html | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) 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
 ============