projects
/
software
/
elephly-net.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c32335
)
haunt: Fix feeds.
author
Ricardo Wurmus
<rekado@elephly.net>
Mon, 9 Jan 2017 20:59:40 +0000
(21:59 +0100)
committer
Ricardo Wurmus
<rekado@elephly.net>
Mon, 9 Jan 2017 20:59:40 +0000
(21:59 +0100)
haunt.scm
patch
|
blob
|
history
diff --git
a/haunt.scm
b/haunt.scm
index d1d0c78c2139531376a3683442529e56aa15ea0a..6dc65c7b8aee6a582463f8eb4a42dbbdeaf80105 100644
(file)
--- a/
haunt.scm
+++ b/
haunt.scm
@@
-269,7
+269,7
@@
in parentheses."
(define %make-slug post/file-base-name)
(site #:title "Rekado"
- #:domain "http://elephly.net
/posts
"
+ #:domain "http://elephly.net"
#:default-metadata
'((author . "Ricardo Wurmus")
(email . "rekado+web@elephly.net"))
@@
-291,5
+291,5
@@
in parentheses."
(pin-blog-post "posts/2010-03-23-fur-man.skr"
"fur-man.html"
#:theme elephly-theme)
- (atom-feed)
- (atom-feeds-by-tag)))
+ (atom-feed
#:blog-prefix "/posts"
)
+ (atom-feeds-by-tag
#:blog-prefix "/posts"
)))