From f8ef4f4c61132172faf65ffa48a4f600815a0c4d Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Tue, 8 May 2018 13:38:04 +0200 Subject: [PATCH] date strftime added --- theme/wttf/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/wttf/templates/index.html b/theme/wttf/templates/index.html index 780e4fd..4167386 100644 --- a/theme/wttf/templates/index.html +++ b/theme/wttf/templates/index.html @@ -23,7 +23,7 @@ {% endfor %} published on - {{ article.date }} + {{ article.date | strftime('%d %B %Y') }}
{{ article.content }}