summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/rss.xml
blob: 1217b4e923217d222a6dc24a873f3fe7187dd674 (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>
        $body
    </channel> 
</rss>