6 lines
235 B
HTML
6 lines
235 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 }}
|
|
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|