From dc7202a0338126cef3a756dc6761eb0c3885078e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 8 Oct 2023 15:23:54 +0200 Subject: as; call-in-module instead of calling in interface Calling in module let's the user write any scheme code they want inside the template. --- src/as/html.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/as/html.scm') diff --git a/src/as/html.scm b/src/as/html.scm index 6a612dc..0ea5434 100644 --- a/src/as/html.scm +++ b/src/as/html.scm @@ -1,11 +1,6 @@ (define-module (src as html) #:use-module (src dates) - #:use-module ((src html) #:prefix html:) - #:re-export (string/ISO->date) - #:export (main - post - person - media)) + #:use-module ((src html) #:prefix html:)) (define main html:index) (define post html:post) -- cgit v1.2.3