From 261f4751a5c1d8ade8a00f2173958d6f8b588270 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 22 May 2025 20:00:02 +0000 Subject: [PATCH] Try identifier --- hugo.yaml | 6 ++++-- i18n/fr.yaml | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 8b0304c..88fc656 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -65,12 +65,14 @@ params: menu: main: - - name: Categories + - identifier: categories + name: Categories url: /categories/ weight: 50 params: icon: "categories" - - name: Tags + - identifier: tags + name: Tags url: /tags/ weight: 60 params: diff --git a/i18n/fr.yaml b/i18n/fr.yaml index cfbaeee..94d3eaa 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -1,3 +1,6 @@ +categories: Catégories +tags: Mots Clés + toggleMenu: other: Afficher le menu @@ -66,7 +69,7 @@ search: footer: builtWith: - other: "" + other: " " designedBy: - other: "" \ No newline at end of file + other: " " \ No newline at end of file