summary refs log tree commit diff
path: root/templates/rss.xml/item.xml
blob: c003f1b8fabc89e539258558ad20b757e3992f6f (plain)
1
2
3
4
5
6
7
8
<item>
	<title>${title}</title>
	<link>${siteurl}/${filename}</link>
	<guid>${siteurl}/${filename}</guid>
	<dc:date>${created}T00:00:00Z</dc:date>
	<author>${author}</author>
	<description>${description}</description>
</item>