blog/layout/item.xml
2019-08-23 13:24:19 +02:00

12 lines
202 B
XML

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