hakyll/data/templates/atom.xml
Jasper Van der Jeugt a1d8f4f3f8 Update data files
2011-01-24 13:30:09 +01:00

12 lines
310 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>$timestamp</updated>
$body
</feed>