6 lines
175 B
HTML
6 lines
175 B
HTML
{{ with .OutputFormats.Get "RSS" }}
|
|
{{ printf `
|
|
<link href="%s" rel="%s" type="%s" title="%s" />` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML
|
|
}}
|
|
{{ end }}
|