From e92f8608664381b6002a025e490588df208234cc Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 13 Nov 2012 23:48:18 -0500 Subject: fix dates in rss feed --- templates/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/rss.xml b/templates/rss.xml index d0e7caa..82363cb 100644 --- a/templates/rss.xml +++ b/templates/rss.xml @@ -11,7 +11,7 @@ {{news.name}} http://famille.horel.org{{url_for('show_news', news_id=news.id)}} {{news.content_cache}} -{{news.date}} +{{news.date|format_rfc2822}} {{news.id}} {% endfor %} -- cgit v1.3