From 7c280a052ce5bd05e123ec40fbd6de843e2cdcef Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 26 May 2025 12:01:34 +0000 Subject: [PATCH] Fix menu --- hugo.yaml | 50 ++++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 41e7d7b..8a4f50d 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,18 +10,19 @@ languages: languageName: English weight: 1 menu: - - identifier: categories - name: Categories - weight: 40 - pageRef: /en/categories - params: - icon: categories - - identifier: tags - name: Tags - weight: 50 - pageRef: /en/tags - params: - icon: tag + main: + - identifier: categories + name: Categories + weight: 40 + pageRef: /en/categories + params: + icon: categories + - identifier: tags + name: Tags + weight: 50 + pageRef: /en/tags + params: + icon: tag params: sidebar: subtitle: "Homelab & Automation" @@ -34,18 +35,19 @@ languages: languageName: Français weight: 2 menu: - - identifier: categories - name: Catégories - weight: 40 - pageRef: /fr/categories - params: - icon: categories - - identifier: tags - name: Mots Clés - weight: 50 - pageRef: /fr/tags - params: - icon: tag + main: + - identifier: categories + name: Catégories + weight: 40 + pageRef: /fr/categories + params: + icon: categories + - identifier: tags + name: Mots Clés + weight: 50 + pageRef: /fr/tags + params: + icon: tag params: sidebar: subtitle: "Homelab & Automatisation"