Files
caldwell/layouts/partials/components/head/rss.html
2025-08-14 17:27:01 +03:00

9 lines
180 B
HTML

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