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