Show post excerpt in feeds
This commit is contained in:
parent
d604f5f19d
commit
c1a6835a0c
|
@ -16,7 +16,7 @@ generator: [posts_tag_index]
|
||||||
<link>{{ site.url }}{{ post.url }}</link>
|
<link>{{ site.url }}{{ post.url }}</link>
|
||||||
<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.blocks.excerpt|raw }}</description>
|
||||||
</item>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</channel>
|
</channel>
|
||||||
|
|
Loading…
Reference in a new issue