themusicinnoise-site/blog/templates/atom.xml/item.xml

16 lines
522 B
XML
Raw Normal View History

2020-11-12 09:08:48 +00:00
<entry>
<title type="text">${title}</title>
<link rel="alternate" type="text/html" href="${siteurl}/blog/${filename}" />
<id>${siteurl}/blog/${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>