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

8 lines
234 B
XML

<entry>
<title>$title$</title>
<link href="$root$$url$" />
<id>$root$$url$</id>
<published>$published$</published>
<updated>$updated$</updated>
<summary type="html"><![CDATA[$description$]]></summary>
</entry>