summaryrefslogtreecommitdiff
path: root/examples/categoryblog/templates/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/categoryblog/templates/rss.xml')
-rw-r--r--examples/categoryblog/templates/rss.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/categoryblog/templates/rss.xml b/examples/categoryblog/templates/rss.xml
new file mode 100644
index 0000000..be918af
--- /dev/null
+++ b/examples/categoryblog/templates/rss.xml
@@ -0,0 +1,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>