From a1031c3c8ae480acf77e55199f102b820de4fc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 11 Jun 2021 22:20:47 +0200 Subject: [PATCH] haunt: Pass proper #:domain argument. Passing a URL is rejected by Haunt 0.2.5. * haunt.scm : Fix #:domain argument. --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt.scm b/haunt.scm index fab6a91..4912836 100644 --- a/haunt.scm +++ b/haunt.scm @@ -221,7 +221,7 @@ place them in the directory DEST." (define %make-slug post/file-base-name) (site #:title "Bootstrappable" - #:domain "http://bootstrappable.org/blog" + #:domain "bootstrappable.org" #:default-metadata '((author . "Ricardo Wurmus") (email . "rekado@elephly.net"))