hakyll/data/templates/atom.xml

13 lines
317 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">
2011-02-28 10:53:43 +00:00
<title>$title$</title>
<link href="$root$$url$" rel="self" />
<link href="$root$" />
<id>$root$$url$</id>
2010-03-08 20:42:56 +00:00
<author>
2011-02-28 10:53:43 +00:00
<name>$authorName$</name>
2010-03-08 20:42:56 +00:00
</author>
<updated>$updated$</updated>
2011-02-28 10:53:43 +00:00
$body$
2010-03-08 20:42:56 +00:00
</feed>