From 5ebac058cb55a640298e20932bcc39758fbfee24 Mon Sep 17 00:00:00 2001 From: Christian Mund Date: Wed, 26 Nov 2025 14:14:34 +0100 Subject: [PATCH] fix: empty RSS feed link on news page Related to 4ce26f11b076edbaf720116413971f2535ab4051 Related to #400 --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index db79265..9c0389e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -22,6 +22,7 @@ title = 'Neovim' name = "Neovim Newsletter" authors = "Neovim Community" url = "/news" + feed = "/news.xml" [markup] [markup.goldmark]