summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index f76b1c7..f002287 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -33,11 +33,11 @@
'((author . "Henry J. Webster")
(email . "hwebs@hwebs.info"))
#:readers (list commonmark-reader xml-reader)
- #:builders (list (blog #:theme hwebs-theme
+ #:builders (list (blog #:theme hwebs-theme-blog
#:collections posts-other
#:prefix "blog"
#:post-prefix post-prefix)
- (blog #:theme hwebs-theme
+ (blog #:theme hwebs-theme-now
#:collections posts-now
#:prefix "now")
(flat-pages #:template flat-page-template)