diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-15 19:05:33 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-15 19:05:33 -0500 |
commit | 908593022c229a667d0ff2625fd88b65d9331a46 (patch) | |
tree | fb123d5d175dbe9164d9c7d6e0327302e10e2424 /templates/index.html | |
parent | 8bea031bd0f2db29dc274bd17f4138f808500734 (diff) |
update style
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 96fe662..7a74e3c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% include "header.html" %} <h1> -<a href=http://blaise.zone>blaise</a>/blog +<a href=http://blaise.zone>blaise</a>-blog </h1> <hr> @@ -14,6 +14,7 @@ You may be interested in my <a href=./meta/>meta</a> post. <br> Thanks for stopping by! —Blaise </p> + <p> {% for post in posts %} {{ post.date }} |