kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ecd426512a846cad1b54134c218f0370b97365cd
parent 3a17f25515f5b44755b462748a52c5bc4561bb59
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 12 Jan 2024 08:03:49 +0200

Use serialized-artifact instead of the obsolete make-page.

Diffstat:
Mhaunt.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haunt.scm b/haunt.scm @@ -88,7 +88,7 @@ (define* (json-page-builder #:key destination make-scm) (lambda (site posts) - (make-page + (serialized-artifact destination (make-scm) scm->json)))