summaryrefslogtreecommitdiff
path: root/examples/categoryblog/templates/rss.xml
blob: be918af47abb341afe339ad777ee7b59cbf831fb (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" ?>
<rss version="2.0">
    <channel>
        <title>The SimpleBlog</title>
        <link>http://example.com</link>
        <description>Simple blog in hakyll</description>
        $items
    </channel> 
</rss>