From b9a542548fbecc4e05722839c11cb2a0681bdbeb Mon Sep 17 00:00:00 2001 From: serhack <27734319+serhack@users.noreply.github.com> Date: Mon, 20 Nov 2017 14:36:09 +0100 Subject: [PATCH] Fix a little bug --- blog/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/index.html b/blog/index.html index e7835423..fd3bad68 100644 --- a/blog/index.html +++ b/blog/index.html @@ -9,7 +9,7 @@ title: All Blog Posts {{ post.summary }} {% t blog.tagged %}: {% for tag in post.tags %} - [{{ tag }}] + [{{ tag }}] {% endfor %}

@@ -40,4 +40,4 @@ title: All Blog Posts Next » {% endif %} -{% endif %} \ No newline at end of file +{% endif %}