From cfa9a02e419525b2472c0ad6fb0eb201c831592c Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 15 Mar 2020 14:30:13 +0100
Subject: [PATCH] Fix syntax

---
 templates/article.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/article.html b/templates/article.html
index 1adfa2a..2d4c6e5 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -67,7 +67,6 @@
                     <abbr class="published" title="{{ article.date.isoformat() }}">
                       {{ article.locale_date }}
                     </abbr>
-                    {% endif %}
                     {% if article.authors %}
                     <address class="vcard author">
                       by {% for author in article.authors %}
-- 
GitLab