From 8d47265a1a4e69df046144fee4ff3d25aa23e4fd Mon Sep 17 00:00:00 2001 From: Renken Date: Sat, 17 Aug 2024 01:17:11 +0200 Subject: [PATCH] doc: add rss link to menu --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index acde7d6..7e465cc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -65,6 +65,10 @@ enableRobotsTXT = true name = "misc" pageRef = "/misc" weight = 40 + [[menus.main]] + name = "rss" + url = "/index.xml" + weight = 50 [markup.goldmark.renderer] unsafe = true