aboutsummaryrefslogtreecommitdiff
path: root/haunt/haunt.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze2019-07-19 19:37:54 -0400
committerJakob L. Kreuze2019-07-19 19:37:54 -0400
commitaed8c20a9488f1ed4f4e316068cbafb07e8676ff (patch)
tree19923102f9941509f0523dd11fa6df815a4ed3bc /haunt/haunt.scm
parentb5153f76e28b0491cad90d529e969d0b92a63ed1 (diff)
Implement a blogroll
Diffstat (limited to 'haunt/haunt.scm')
-rw-r--r--haunt/haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm
index c5ef247..2454cd9 100644
--- a/haunt/haunt.scm
+++ b/haunt/haunt.scm
@@ -19,6 +19,7 @@
(haunt post)
(haunt site)
(jakob builder blog)
+ (jakob builder blogroll)
(jakob builder htaccess)
(jakob builder static-pages)
(jakob reader html-prime)
@@ -44,6 +45,7 @@
#:builders
(list (atom-feed)
(blog)
+ (blogroll)
(htaccess #:handler-404 "pages/404.html")
(static-pages)
(static-directory "static")))

© 2015 - 2026 Jakob L. Kreuze