hakyll/data/templates/atom.xml
2010-03-15 19:08:37 +01:00

12 lines
324 B
XML

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