summary refs log tree commit diff
path: root/templates/atom_content.xml/item.xml
blob: 6b23a04e40f43cb4886e9971fce23319ef220c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>
	<content type="html"><![CDATA[<h1>${title}</h1>
	<p><strong>Last modification on </strong> <time>${updated}</time></p>
	%{contentfile}]]></content>
</entry>