summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2023-12-03 15:32:57 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2023-12-03 15:33:02 -0500
commit153d5cd502b52d90ef5cdffcfbee401b065f4270 (patch)
tree12bb79e751f70460ec242b873d2f392cddb479cc /haunt
parent9eaa63953d73bd46b159170ab592bc67cc824c54 (diff)
[theme] Fix Atom feed URL
Diffstat (limited to 'haunt')
-rw-r--r--haunt/jakob/theme.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/jakob/theme.scm b/haunt/jakob/theme.scm
index 34d45cd..141dc68 100644
--- a/haunt/jakob/theme.scm
+++ b/haunt/jakob/theme.scm
@@ -25,7 +25,7 @@
;;;
(define %stylesheets '("normalize.css" "fonts.css" "highlight.css" "style.css"))
-(define %link-rel '(("alternate" "/index.xml" "application/atom+xml")
+(define %link-rel '(("alternate" "/feed.xml" "application/atom+xml")
("icon" "/static/image/favicon.ico" "image/vnd.microsoft.icon")
("me" "https://social.jakob.space/jakob")
("webmention" "https://webmention.io/jakob.space/webmention")