From 8d9602dd77b6f472010fb9e6c8909af81971cf9a Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 10 Mar 2026 23:46:17 +0100 Subject: [PATCH] Gestion manuelle de la balise meta generator. --- hugo.yaml | 2 ++ layouts/_partials/head.html | 1 + 2 files changed, 3 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index a1c7543..3c7287e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -3,6 +3,8 @@ baseURL: https://alexis.lahouze.org languageCode: fr-fr title: Alexis Lahouze +disableHugoGeneratorInject: true + defaultContentLanguage: fr enableGitInfo: true diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index dbfddc4..9b6d35e 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -1,4 +1,5 @@ + {{ with .OutputFormats.Get "rss" }} {{ end }}