Files
alexis.lahouze.org/layouts/_partials/head.html
T
alahouze 60bf63d4a2
ci/woodpecker/push/woodpecker Pipeline was successful
Correction encodage des pages.
2026-02-13 18:09:53 +01:00

5 lines
179 B
HTML

<meta charset="utf-8">
{{ with .OutputFormats.Get "rss" }}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}