diff --git a/hugo.yaml b/hugo.yaml index 88fc656..8b2dad8 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -11,6 +11,7 @@ languages: params: sidebar: subtitle: "Homelab & Automation" + fr: languageName: Français weight: 2 @@ -67,13 +68,13 @@ 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 72c6fe0..4da7b79 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -67,7 +67,7 @@ search: footer: builtWith: - other: Built with {{ .Generator }} + other: " " designedBy: - other: Theme {{ .Theme }} designed by {{ .DesignedBy }} \ No newline at end of file + other: " " \ No newline at end of file diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 94d3eaa..91d116d 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -1,5 +1,7 @@ -categories: Catégories -tags: Mots Clés +categories: + other: Catégories +tags: + other: Mots Clés toggleMenu: other: Afficher le menu