From b4d409028366cba697a102ecf3652d07ebe5ff6a Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 15 Mar 2020 14:27:58 +0100
Subject: [PATCH] Remove modified date

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

diff --git a/templates/article.html b/templates/article.html
index 30c8d48..1adfa2a 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -67,10 +67,6 @@
                     <abbr class="published" title="{{ article.date.isoformat() }}">
                       {{ article.locale_date }}
                     </abbr>
-                    {% if article.modified %}
-                    <abbr class="modified" title="{{ article.modified.isoformat() }}">
-                      {{ article.locale_modified }}
-                    </abbr>
                     {% endif %}
                     {% if article.authors %}
                     <address class="vcard author">
-- 
GitLab