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