|
@@ -38,6 +38,10 @@
|
|
|
{% endfor %}
|
|
|
<guid>{{ page.url }}</guid>
|
|
|
<description><![CDATA[{% if page.description %}{{ page.description }}{% else %}{{ page.id|content|striptags|slice(0, 300) }}...{% endif %}]]></description>
|
|
|
+ {% if config.tagblog.feed.content is defined and config.tagblog.feed.content %}
|
|
|
+ <content:encoded><![CDATA[{{ page.id|content }}]]></content:encoded>
|
|
|
+ {% endif %}
|
|
|
+
|
|
|
</item>
|
|
|
{% set count = count + 1 %}
|
|
|
{% if count == limit %}{% set break = true %}{% endif %}
|