Moved lastBuildDate
This commit is contained in:
parent
1519bc67af
commit
9c4d940891
|
@ -9,6 +9,7 @@ generator: [posts_tag_index]
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
{% if site.description %}<description>{{ site.description|raw }}</description>{% endif %}
|
{% if site.description %}<description>{{ site.description|raw }}</description>{% endif %}
|
||||||
<atom:link href="{{ site.url }}{{ page.url }}" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}{{ page.url }}" rel="self" type="application/rss+xml" />
|
||||||
|
<lastBuildDate>{{ site.calculated_date | date('c') }}</lastBuildDate>
|
||||||
{% for post in page.tag_posts|slice(0, 10) %}
|
{% for post in page.tag_posts|slice(0, 10) %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ post.title }}</title>
|
<title>{{ post.title }}</title>
|
||||||
|
@ -16,7 +17,6 @@ generator: [posts_tag_index]
|
||||||
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
||||||
<pubDate>{{ post.date|date('r') }}</pubDate>
|
<pubDate>{{ post.date|date('r') }}</pubDate>
|
||||||
<description>{{ post.description|raw }}</description>
|
<description>{{ post.description|raw }}</description>
|
||||||
<lastBuildDate>{{ site.calculated_date | date('c') }}</lastBuildDate>
|
|
||||||
</item>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
|
|
Loading…
Reference in a new issue