hakyll/data/templates/rss.xml

13 lines
411 B
XML
Raw Normal View History

2010-04-08 18:52:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
2010-03-08 20:42:56 +00:00
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2010-03-06 14:39:45 +00:00
<channel>
<title>$title</title>
<link>$absolute</link>
<description>$description</description>
2010-03-08 20:42:56 +00:00
<atom:link href="$absolute/$url" rel="self"
type="application/rss+xml" />
<lastBuildDate>$timestamp</lastBuildDate>
2010-03-06 14:39:45 +00:00
$body
</channel>
</rss>