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