From ff94cbcaf13619e693c190e0946b7f7e7d015f35 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 17 Apr 2015 18:29:46 +0100 Subject: [PATCH] Use a different date format --- source/blog/tag.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blog/tag.xml b/source/blog/tag.xml index ea03c0f4..3620c9e4 100644 --- a/source/blog/tag.xml +++ b/source/blog/tag.xml @@ -9,7 +9,7 @@ generator: [posts_tag_index] en {% if site.description %}{{ site.description|raw }}{% endif %} - {{ site.calculated_date | date('c') }} + {{ site.calculated_date|date('r') }} {% for post in page.tag_posts|slice(0, 10) %} {{ post.title }}