Gestion manuelle de la balise meta generator.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-11 00:20:49 +01:00
parent 4af3c55016
commit 8d9602dd77
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@ baseURL: https://alexis.lahouze.org
languageCode: fr-fr languageCode: fr-fr
title: Alexis Lahouze title: Alexis Lahouze
disableHugoGeneratorInject: true
defaultContentLanguage: fr defaultContentLanguage: fr
enableGitInfo: true enableGitInfo: true
+1
View File
@@ -1,4 +1,5 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="generator" content="Hugo {{ hugo.Version }}">
{{ with .OutputFormats.Get "rss" }} {{ with .OutputFormats.Get "rss" }}
<link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" /> <link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" />
{{ end }} {{ end }}