From 7b6b0b45b263d689618a50f9971fb8a78ee98522 Mon Sep 17 00:00:00 2001 From: error Date: Mon, 29 Aug 2022 20:13:06 +0200 Subject: [PATCH] fix date on index.html --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 67663d6..533a8e4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,9 @@ {% block author %} Error
- April 2022 + {% if DATE %} + {{ DATE }} + {% endif %} {% endblock author %} {% block abstract %}