packages feed

hakyll-3.2.4.0: data/templates/rss.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>$root$</link>
        <description><![CDATA[$description$]]></description>
        <atom:link href="$root$$url$" rel="self"
                   type="application/rss+xml" />
        <lastBuildDate>$updated$</lastBuildDate>
        $body$
    </channel> 
</rss>