aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss.xml')
-rw-r--r--templates/rss.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<author>{{news.name}}</author>
<link>http://famille.horel.org{{url_for('show_news', news_id=news.id)}}</link>
<description>{{news.content_cache}}</description>
-<pubDate>{{news.date}}</pubDate>
+<pubDate>{{news.date|format_rfc2822}}</pubDate>
<guid>{{news.id}}</guid>
</item>
{% endfor %}