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" . }}