summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--haunt.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index 57f3f88..25d4fb2 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -258,7 +258,8 @@ in parentheses."
(define %make-slug post/file-base-name)
(site #:title "Rekado"
- #:domain "https://elephly.net"
+ #:scheme 'https
+ #:domain "elephly.net"
#:default-metadata
'((author . "Ricardo Wurmus")
(email . "rekado+web@elephly.net"))