From 9c4d940891a9296dc0ab9774b9e149b124e469b0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 17 Apr 2015 18:27:33 +0100 Subject: [PATCH] Moved lastBuildDate --- 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 882f3f3d..ea03c0f4 100644 --- a/source/blog/tag.xml +++ b/source/blog/tag.xml @@ -9,6 +9,7 @@ generator: [posts_tag_index] en {% if site.description %}{{ site.description|raw }}{% endif %} + {{ site.calculated_date | date('c') }} {% for post in page.tag_posts|slice(0, 10) %} {{ post.title }} @@ -16,7 +17,6 @@ generator: [posts_tag_index] {{ site.url }}{{ post.url }} {{ post.date|date('r') }} {{ post.description|raw }} - {{ site.calculated_date | date('c') }} {% endfor %}