hakyll/data/templates/atom.xml
Jasper Van der Jeugt c6fcb2f39d Include atom:updated in Atom feeds
Closes gh-49
2012-01-07 12:59:51 +01:00

12 lines
317 B
XML

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>$title$</title>
<link href="$root$$url$" rel="self" />
<link href="$root$" />
<id>$root$$url$</id>
<author>
<name>$authorName$</name>
</author>
<updated>$updated$</updated>
$body$
</feed>