technoduck.me.old/templates/atom_content.xml/item.xml

16 lines
512 B
XML
Raw Normal View History

2023-07-18 19:59:11 +00:00
<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>