diff options
Diffstat (limited to 'haunt.scm')
-rw-r--r-- | haunt.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -97,7 +97,8 @@ #:readers (list commonmark-reader*) #:builders - (list (blog #:theme default-theme #:collections %projects) + (list + (blog #:theme default-theme #:collections %projects) (blog #:theme default-theme #:collections %research) home-page about-page |