From 60bf63d4a2fe5dada6c79f7c9813634d37b01d29 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 13 Feb 2026 18:09:53 +0100 Subject: [PATCH] Correction encodage des pages. --- layouts/_partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 98f4a6d..c7a959f 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -1,3 +1,4 @@ + {{ with .OutputFormats.Get "rss" }} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }}