hakyll/data/templates/rss.xml
2010-06-22 11:56:42 +02:00

12 lines
423 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>$title</title>
<link>$absolute</link>
<description><![CDATA[$description]]></description>
<atom:link href="$absolute/$url" rel="self"
type="application/rss+xml" />
<lastBuildDate>$timestamp</lastBuildDate>
$body
</channel>
</rss>