Ryan Fox
891d5e3f6d
I created a separate variable for automatically generated descriptions, since I would like to add meta tags for the manual ones in the future.
10 lines
325 B
XML
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>
|