From 0d18e00948f057b34ad14b702a7fdc5ca7757fda Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 26 May 2025 11:56:38 +0000 Subject: [PATCH] Use custom identifier --- hugo.yaml | 4 ++-- i18n/en.yaml | 9 ++++----- i18n/fr.yaml | 9 ++++----- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 43b7933..7dcef22 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -75,12 +75,12 @@ params: menu: main: - - identifier: categories + - identifier: menu_categories weight: 40 pageRef: /categories params: icon: categories - - identifier: tags + - identifier: menu_tags weight: 50 pageRef: /tags params: diff --git a/i18n/en.yaml b/i18n/en.yaml index b7d2740..6e96d18 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,8 +1,7 @@ -section: - categories: - other: Catgories - tags: - other: Tags +menu_categories: + other: Catgories +menu_tags: + other: Tags toggleMenu: other: Toggle Menu diff --git a/i18n/fr.yaml b/i18n/fr.yaml index b93d7ca..99bd8ba 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -1,8 +1,7 @@ -section: - categories: - other: Catégories - tags: - other: Mots Clés +menu_categories: + other: Catégories +menu_tags: + other: Mots Clés toggleMenu: other: Afficher le menu