From f2a79e581f58c552bf7b421a3f1f622d174cd215 Mon Sep 17 00:00:00 2001 From: David Lick Date: Sat, 4 May 2024 21:20:56 -0400 Subject: [PATCH] add rss link in top bar --- hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hugo.toml b/hugo.toml index c303106..70806a1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,3 +18,9 @@ identifier = 'support' name = 'support' url = 'support' weight = 20 + +[[menu.main]] +identifier = 'rss' +name = 'rss' +url = 'index.xml' +weight = 30