From 89d355a301630c912d5c069fbbb4ddead2d33ba2 Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:18:01 -0700 Subject: [PATCH] fix: rss feed path --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 98cf73d..71f763a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -26,7 +26,7 @@ nav_links = [ right_icons = [ { title = "Support", link = "/support", external = false, icon = "donate.png", icon_alt = "Donate" }, - { title = "ATOM Feed", link = "/atom.xml", external = true, icon = "rss_1.png", icon_alt = "ATOM Feed" }, + { title = "ATOM Feed", link = "/index.xml", external = true, icon = "rss_1.png", icon_alt = "ATOM Feed" }, ] mirrors = [