summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/haunt.scm b/example/haunt.scm
index 7c538bd..536e64c 100644
--- a/example/haunt.scm
+++ b/example/haunt.scm
@@ -2,6 +2,7 @@
(haunt builder blog)
(haunt builder atom)
(haunt builder assets)
+ (haunt builder rss)
(haunt reader)
(haunt reader skribe)
(haunt reader texinfo)
@@ -17,4 +18,5 @@
#:builders (list (blog)
(atom-feed)
(atom-feeds-by-tag)
+ (rss-feed)
(static-directory "images")))