summary refs log tree commit diff
path: root/templates/rss_content.xml/item.xml
blob: 780185ad42e4a94fe2e54ecee1af24ce3d22cdff (plain)
1
2
3
4
5
6
7
8
9
10
<item>
	<title>${title}</title>
	<link>${siteurl}/${filename}</link>
	<guid>${siteurl}/${filename}</guid>
	<dc:date>${created}T00:00:00Z</dc:date>
	<author>${author}</author>
	<description><![CDATA[<h1>${title}</h1>
        <p><strong>Last modification on </strong> <time>${updated}</time></p>
        %{contentfile}]]></description>
</item>