From aed3ebd1d0365479d527c45db725165079961b9f Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 24 Feb 2016 07:41:04 +0100 Subject: haunt: Fix base URL for feeds. --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3