Files
alexis.lahouze.org/layouts/_partials/head.html
T
2026-02-13 18:09:53 +01:00

4 lines
156 B
HTML

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