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
233 B
XML

5 years ago
<item>
5 years ago
<guid>{{ site_url }}/{{ post_url }}</guid>
5 years ago
<title>{{ title }}</title>
5 years ago
<link>{{ site_url }}/{{ post_url }}</link>
5 years ago
<description>
<![CDATA[
<p>
5 years ago
{{ content }}
5 years ago
</p>
]]>
</description>
<pubDate>{{ rfc_2822_date }}</pubDate>
</item>