summary refs log tree commit diff
path: root/templates/atom.xml/item.xml
blob: e0e7a9ddadb4a5602095fd2212d8abf2df376bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<entry>
	<title type="text">${title}</title>
	<link rel="alternate" type="text/html" href="${siteurl}/${filename}" />
	<id>${siteurl}/${filename}</id>
	<updated>${updated}T00:00:00Z</updated>
	<published>${created}T00:00:00Z</published>
	<author>
		<name>${author}</name>
		<uri>${siteurl}</uri>
	</author>
	<summary type="text">${description}</summary>
</entry>