diff options
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,7 @@ (jakob builder htaccess) (jakob builder index) (jakob builder outbox) + (jakob builder projects) (jakob reader html-prime) (jakob reader org-mode-prime) (jakob theme) @@ -61,6 +62,7 @@ ,@content))) (theme #:title title #:content content))) #:prefix "pages/") + (projects) (cookbook) (static-directory "static") (static-directory "posts-assets" "blog") |