hakyll/data/templates/rss.xml

10 lines
218 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf8"?>
2010-03-06 14:39:45 +00:00
<rss version="2.0">
<channel>
<title>$title</title>
<link>$absolute</link>
<description>$description</description>
$body
</channel>
</rss>