diff options
author | rekado <rekado@elephly.net> | 2016-02-24 07:41:04 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-02-24 07:41:04 +0100 |
commit | aed3ebd1d0365479d527c45db725165079961b9f (patch) | |
tree | f8f750d653229d07acca4e600f5a681f5ac04eab | |
parent | 8f6358c782653674721bb378883d31e245220d02 (diff) |
haunt: Fix base URL for feeds.
-rw-r--r-- | haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) |