hakyll/examples/rssblog/templates/rss.xml

10 lines
229 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>
$body
2010-01-02 18:57:12 +00:00
</channel>
</rss>