diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-05-13 03:16:10 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:29 +0200 |
| commit | 0dd9021d361714db26ec2cb471ff8bbb33a0e800 (patch) | |
| tree | 974eaad3cde5a9de667047dc4a7da19648798902 /haunt.scm | |
| parent | 0a34848fee0f124aecc9f4b969f608157a67d147 (diff) | |
| download | haunt-blog-0dd9021d361714db26ec2cb471ff8bbb33a0e800.tar.gz haunt-blog-0dd9021d361714db26ec2cb471ff8bbb33a0e800.tar.bz2 haunt-blog-0dd9021d361714db26ec2cb471ff8bbb33a0e800.zip | |
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |
