aboutsummaryrefslogtreecommitdiff
path: root/haunt/haunt.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze2019-05-04 19:35:11 -0400
committerJakob L. Kreuze2019-05-04 19:35:11 -0400
commite4669eb04a85221ce5ab87684c2129068b45831f (patch)
treef1bdc447df4bd19bfa2eb3fb2554c781a187a9dc /haunt/haunt.scm
parentb9ebc89899ff84d7336ff14dda550c75554d05c7 (diff)
Rename feed.xml to atom.xml
Diffstat (limited to 'haunt/haunt.scm')
-rw-r--r--haunt/haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm
index 557a078..fc22f1e 100644
--- a/haunt/haunt.scm
+++ b/haunt/haunt.scm
@@ -121,7 +121,7 @@
#:readers (list html-reader-prime)
#:builders (list (blog #:theme jakob-theme #:collections %collections)
(article-aliases %aliases)
- (atom-feed)
+ (atom-feed #:file-name "atom.xml")
(sort-by-tag)
(static-page "About Me" "about")
(static-page "Projects" "projects")

© 2015 - 2026 Jakob L. Kreuze