summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-01-17 12:56:30 +0100
committerrekado <rekado@elephly.net>2016-01-17 12:56:30 +0100
commitb704759298024bc4a024e6aa935b18bd0171ef3f (patch)
treef087dc8c9267f348e1b05d8fdaedbb4b3da835d5 /haunt.scm
parent71202be532fae355a49b0008486708891adabc63 (diff)
directory-assets signature has changed.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index f3522f5..3422a24 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -277,7 +277,7 @@ in parentheses."
(wrap-pages "non-posts" "." default-layout
(list skribe-reader html-reader)))
(lambda _
- (directory-assets "static" "."))
+ (directory-assets "static" (const #t) "."))
(blog #:theme elephly-theme
#:prefix "posts/")
(tag-pages #:theme elephly-theme