From bfda1fb93e8c8f42be3844db0cd69c9ad6c652b7 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 12 Oct 2023 23:21:08 +0200 Subject: src: as: add declarative? #f --- src/as/html.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/as/html.scm') diff --git a/src/as/html.scm b/src/as/html.scm index 0ea5434..8d2a6e8 100644 --- a/src/as/html.scm +++ b/src/as/html.scm @@ -1,6 +1,7 @@ (define-module (src as html) #:use-module (src dates) - #:use-module ((src html) #:prefix html:)) + #:use-module ((src html) #:prefix html:) + #:declarative? #f) (define main html:index) (define post html:post) -- cgit v1.2.3