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