Files
caldwell/layouts/partials/head/rss.html
2025-08-09 10:24:01 +02:00

4 lines
162 B
HTML

{{ with .OutputFormats.Get "RSS" }}
<link href="{{- .Permalink -}}" rel="{{- .Rel -}}" type="{{- .MediaType.Type -}}" title="{{- $.Site.Title -}}" />
{{ end }}