rss feed added

This commit is contained in:
Colmaris 2025-02-16 12:13:59 +01:00
parent 97bd55c8c4
commit d0dfe2b732

View file

@ -1,2 +1,5 @@
<!-- This code will be injected before closing the head tag -->
<a rel="me" href="https://gts.colmaris.fr/@colmaris"></a>
<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 }}