Files
flewkey.com/templates/post_preview.xml
T

10 lines
325 B
XML
Raw Normal View History

2020-07-13 02:35:49 +00: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>
2020-07-13 06:04:40 +00:00
<description><![CDATA[{auto_description}]]></description>
2020-07-13 02:35:49 +00:00
<content:encoded><![CDATA[{content}]]></content:encoded>
<author>{author}</author>
</item>