1
0
flewkey.com/templates/post_preview.xml
Ryan Fox 891d5e3f6d
Improve handling of descriptions
I created a separate variable for automatically generated descriptions,
since I would like to add meta tags for the manual ones in the future.
2020-07-13 07:47:14 +00:00

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