summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-02-24 07:41:04 +0100
committerrekado <rekado@elephly.net>2016-02-24 07:41:04 +0100
commitaed3ebd1d0365479d527c45db725165079961b9f (patch)
treef8f750d653229d07acca4e600f5a681f5ac04eab
parent8f6358c782653674721bb378883d31e245220d02 (diff)
haunt: Fix base URL for feeds.
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index b61a0ef..e86d852 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -268,7 +268,7 @@ in parentheses."
(define %make-slug post/file-base-name)
(site #:title "Rekado"
- #:domain "http://elephly.net"
+ #:domain "http://elephly.net/posts"
#:default-metadata
'((author . "Ricardo Wurmus")
(email . "rekado+web@elephly.net"))