From 974daea0e4d9226c407ff773295995f1a2be2534 Mon Sep 17 00:00:00 2001
From: "Mr. Senko"
Date: Sun, 17 Jan 2016 16:46:20 +0200
Subject: [PATCH] Fix broken HTML tags
The
tag should close before inserting the comments.
---
templates/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/index.html b/templates/index.html
index 10b1007..3427b6b 100755
--- a/templates/index.html
+++ b/templates/index.html
@@ -40,8 +40,8 @@
{{ author }}
{% endfor %}
on {{ article.locale_date }}
- {% include 'comments.html' %}
+ {% include 'comments.html' %}
{% endfor %}