colmaris.fr/themes/hugo-ficurinia/layouts/partials/inject/head.html
2025-02-16 12:13:59 +01:00

5 lines
No EOL
278 B
HTML

<!-- This code will be injected before closing the head tag -->
<a rel="me" href="https://gts.colmaris.fr/@colmaris"></a>
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
{{ end }}