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

13 lines
363 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>
</entry>