hakyll/data/templates/rss.xml

13 lines
419 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>
2011-02-28 10:53:43 +00:00
<title>$title$</title>
<link>$root$</link>
<description><![CDATA[$description$]]></description>
<atom:link href="$root$$url$" rel="self"
2010-03-08 20:42:56 +00:00
type="application/rss+xml" />
<lastBuildDate>$updated$</lastBuildDate>
2011-02-28 10:53:43 +00:00
$body$
2010-03-06 14:39:45 +00:00
</channel>
</rss>