From dda532474922c9acbfb3d09fc3923820a97b7fdb Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Tue, 1 Feb 2022 10:29:30 +0100 Subject: [PATCH] fix: [rss] fixed link for top RSS icon --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ca6af85..e81451c 100644 --- a/config.toml +++ b/config.toml @@ -334,7 +334,7 @@ baseName= "feed" [[menu.topbar]] weight = 6 name = "RSS Feed" - url = "/index.xml" + url = "/feed.xml" pre = "" [params]