From db3d737faf49c405b2a5654a5c8401c2486071e5 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Tue, 20 Mar 2018 22:52:36 +0100 Subject: [PATCH] setting published date to a strtime format --- themes/varia/templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html index 15791f00a7..ab5079cfc8 100644 --- a/themes/varia/templates/article.html +++ b/themes/varia/templates/article.html @@ -40,7 +40,7 @@ {% if article.event_start %}
{{ article.event_start }}
{% else %} -
Published: {{ article.date }}
+
Published: {{ article.date | strftime('%d %B %Y') }}
{% endif %}