From 153d5cd502b52d90ef5cdffcfbee401b065f4270 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 3 Dec 2023 15:32:57 -0500 Subject: [theme] Fix Atom feed URL --- haunt/jakob/theme.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.3