From bac1922b33ca160c4aebf555bdbe8820c5c02f5a Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 6 Mar 2026 07:12:29 +0100 Subject: [PATCH] Correction langage. --- hugo.yaml | 2 +- layouts/baseof.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 658ff21..a1c7543 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -3,7 +3,7 @@ baseURL: https://alexis.lahouze.org languageCode: fr-fr title: Alexis Lahouze -defaultContentLanguage: fr-fr +defaultContentLanguage: fr enableGitInfo: true diff --git a/layouts/baseof.html b/layouts/baseof.html index 766a844..ba1ca90 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }}