1
0
flewkey.com/templates/post_preview.xml

10 lines
325 B
XML
Raw Permalink Normal View History

2020-07-12 22:35:49 -04:00
<item>
<title>{title}</title>
<link>{{base}}{{full_dir}}{full_path}</link>
<guid isPermaLink="true">{{base}}{{full_dir}}{full_path}</guid>
<pubDate>{pub_date}</pubDate>
<description><![CDATA[{auto_description}]]></description>
2020-07-12 22:35:49 -04:00
<content:encoded><![CDATA[{content}]]></content:encoded>
<author>{author}</author>
</item>