You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blog/layout/rss_item.xml

14 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>