diff options
| author | Jakob L. Kreuze | 2019-05-04 19:35:11 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-05-04 19:35:11 -0400 |
| commit | e4669eb04a85221ce5ab87684c2129068b45831f (patch) | |
| tree | f1bdc447df4bd19bfa2eb3fb2554c781a187a9dc /haunt/haunt.scm | |
| parent | b9ebc89899ff84d7336ff14dda550c75554d05c7 (diff) | |
Rename feed.xml to atom.xml
Diffstat (limited to 'haunt/haunt.scm')
| -rw-r--r-- | haunt/haunt.scm | 2 |
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") |