hakyll/examples/rssblog/templates/rss.xml

10 lines
230 B
XML
Raw Normal View History

2010-01-02 18:57:12 +00:00
<?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>