hakyll/data/templates/atom.xml

13 lines
324 B
XML
Raw Normal View History

2010-03-08 20:42:56 +00:00
<?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>