From fa81672026462913feae4c712f0ffee7e13576eb Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 22 May 2025 20:29:28 +0000 Subject: [PATCH] Remove names in main menu --- hugo.yaml | 8 +++----- i18n/en.yaml | 5 +++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 8b2dad8..3914be4 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -11,7 +11,7 @@ languages: params: sidebar: subtitle: "Homelab & Automation" - + fr: languageName: Français weight: 2 @@ -67,14 +67,12 @@ params: menu: main: - identifier: categories - name: Categories - url: "#categories" + url: "/categories/" weight: 50 params: icon: "categories" - identifier: tags - name: Tags - url: "#tags" + url: "/tags/" weight: 60 params: icon: "tag" diff --git a/i18n/en.yaml b/i18n/en.yaml index 4da7b79..41db88e 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,3 +1,8 @@ +categories: + other: Categories +tags: + other: Tags + toggleMenu: other: Toggle Menu