From f3b064c17d28b9936f02a350cd194ea62a46e293 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 22 Nov 2025 15:26:43 +0100 Subject: [PATCH] Added a menu-entry for the page `archives` --- hugo/hugo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo/hugo.yaml b/hugo/hugo.yaml index 27565260..d5bcdb31 100644 --- a/hugo/hugo.yaml +++ b/hugo/hugo.yaml @@ -46,3 +46,7 @@ menu: name: tags url: /tags/ weight: 20 + - identifier: archives + name: archives + url: /archives/ + weight: 30 -- 2.39.5