From: Kai Moritz Date: Fri, 21 Nov 2025 19:59:57 +0000 (+0100) Subject: Added menu-entries für `categories` and `tags` X-Git-Tag: hugo--cat-tag-pages~22 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=9c6d0014b479fd2423c3fa7980986a715cf77ef5;p=website Added menu-entries für `categories` and `tags` --- diff --git a/hugo/hugo.yaml b/hugo/hugo.yaml index 5da12ccc..27565260 100644 --- a/hugo/hugo.yaml +++ b/hugo/hugo.yaml @@ -37,4 +37,12 @@ outputFormats: mediaType: application/rss+xml baseName: feed menu: - main: [] + main: + - identifier: categories + name: categories + url: /categories/ + weight: 10 + - identifier: tags + name: tags + url: /tags/ + weight: 20