From 914a04751f13c5fc54dce2629825dad40a77027a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 22 Nov 2025 15:26:43 +0100 Subject: [PATCH] Added menu-entries for `archives` --- hugo/hugo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo/hugo.yaml b/hugo/hugo.yaml index aabe3e36..69e1ce09 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