summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-01-24 10:06:39 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-01-24 10:06:39 +0100
commit4c5c6b87ca2d8e099ffd2a989d0caafa75d16d83 (patch)
tree1b6d4629b26a4f3dc297238b55bcbd22b85f6ac7
parent2b9348bd9577e2659d5c13dc613a2fb670be25f8 (diff)
haunt: Adjust domain and scheme settings.
-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"))