diff options
-rw-r--r-- | tissue/tissue.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tissue/tissue.scm b/tissue/tissue.scm index 3bc6e41..870148f 100644 --- a/tissue/tissue.scm +++ b/tissue/tissue.scm @@ -66,7 +66,7 @@ which directory they are in." #'(args ...)))) #`(apply (lambda* (#:key project (aliases '()) (indexed-documents '()) - web-css (web-tags-path "/tags") (web-files '())) + web-css (web-tags-path "/tags") (web-files (delay '()))) "PROJECT is the name of the project. It is used in the title of the generated web pages, among other places. |