hakyll/data/templates/rss.xml

14 lines
466 B
XML
Raw Normal View History

2010-04-08 18:52:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
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$
</channel>
2010-03-06 14:39:45 +00:00
</rss>