Feed updates
This commit is contained in:
parent
d37b8615a6
commit
589020dbf8
|
@ -11,10 +11,9 @@ generator: [posts_tag_index]
|
||||||
{% 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>
|
||||||
<link isPermalink="true">{{ site.url }}{{ post.url }}</link>
|
<link>{{ site.url }}{{ post.url }}</link>
|
||||||
<pubDate>{{ post.date|date('r') }}</pubDate>
|
<pubDate>{{ post.date|date('r') }}</pubDate>
|
||||||
<description>{{ post.description|raw }}</description>
|
<description>{{ post.description|raw }}</description>
|
||||||
<lastBuildDate></lastBuildDate>
|
|
||||||
</item>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
|
|
Reference in a new issue