1
0
flewkey.com/templates/post_preview.xml
2020-07-13 02:35:49 +00:00

10 lines
308 B
XML

<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>{description}</description>
<content:encoded><![CDATA[{content}]]></content:encoded>
<author>{author}</author>
</item>