blog/layout/rss_item.xml
2019-08-24 09:39:49 +02:00

13 lines
257 B
XML

<item>
<guid>{{ site_url }}/{{ year }}/{{ slug }}.html</guid>
<title>{{ title }}</title>
<link>{{ site_url }}/{{ year }}/{{ slug }}.html</link>
<description>
<![CDATA[
<p>
{{ content }}
</p>
]]>
</description>
<pubDate>{{ rfc_2822_date }}</pubDate>
</item>