From bcaa0f213cf5ea0b314424cb277f588c1c27fe89 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 5 Jul 2022 11:13:25 +0530 Subject: tissue: Delay default value of #:web-files. * tissue/tissue.scm (tissue-configuration): Delay default value of #:web-files. --- tissue/tissue.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3