diff --git a/hugo.yaml b/hugo.yaml index 3914be4..973f4de 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -67,12 +67,12 @@ params: menu: main: - identifier: categories - url: "/categories/" + pageRef: /categories weight: 50 params: icon: "categories" - identifier: tags - url: "/tags/" + pageRef: /tags weight: 60 params: icon: "tag" diff --git a/i18n/en.yaml b/i18n/en.yaml index 41db88e..cf70a45 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,7 +1,7 @@ -categories: - other: Categories -tags: - other: Tags +- id: categories + translation: Categories +- id: tags + translation: Tags toggleMenu: other: Toggle Menu diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 91d116d..7de58d7 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -1,7 +1,7 @@ -categories: - other: Catégories -tags: - other: Mots Clés +- id: categories + translation: Catégories +- id: tags + translation: Mots Clés toggleMenu: other: Afficher le menu