5 lines
179 B
HTML
5 lines
179 B
HTML
<meta charset="utf-8">
|
|
{{ with .OutputFormats.Get "rss" }}
|
|
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
|
|
{{ end }}
|