From 0dd9021d361714db26ec2cb471ff8bbb33a0e800 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 13 May 2024 03:16:10 +0200 Subject: search: simplify page. With make-page we can simply create pages and include them in the builders. We then pass the page content to the layout and it works. Signed-off-by: Denis 'GNUtoo' Carikli --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index 7cfefbc..657c4f7 100644 --- a/haunt.scm +++ b/haunt.scm @@ -31,7 +31,7 @@ #:posts-directory "markdown" #:readers (list wordpress-markdown-reader) #:builders (list (replicant-blog-website) - (replicant-blog-search-page) + replicant-blog-search-page (static-directory "static") ;;;;;;;;;;; ;; Feeds ;; -- cgit v1.2.3