From 908593022c229a667d0ff2625fd88b65d9331a46 Mon Sep 17 00:00:00 2001
From: Blaise Thompson
Date: Wed, 15 Apr 2020 19:05:33 -0500
Subject: update style
---
templates/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'templates/index.html')
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" %}
@@ -14,6 +14,7 @@ You may be interested in my meta post.
Thanks for stopping by! —Blaise
+
{% for post in posts %}
{{ post.date }}
--
cgit v1.2.3