From 77ee54a40430464e3bb3d4bd97c6d951ff79aa52 Mon Sep 17 00:00:00 2001 From: Zoness Date: Fri, 19 Dec 2025 14:45:35 -0600 Subject: [PATCH] Fix RSS link in post sidebar context --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 267753d..fbed6fa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -47,7 +47,7 @@ enableEmoji = true [[Params.widgets.social.custom]] title = "RSS" - url = "index.xml" + url = "/index.xml" icon = "rss.svg" [permalinks]