From f1a450e74c83c4ced9de20b59ae2d39512921ce1 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 13 Nov 2016 18:40:28 +0100 Subject: Format the date. --- src/web/templates/feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates') diff --git a/src/web/templates/feed.html b/src/web/templates/feed.html index 22bf0372..e3241ede 100644 --- a/src/web/templates/feed.html +++ b/src/web/templates/feed.html @@ -58,7 +58,7 @@ {% for article in articles %} {{ article.title }} - {{ article.date }} + {{ article.date | datetime }} {% endfor %} -- cgit