6 lines
254 B
HTML
6 lines
254 B
HTML
<meta charset="utf-8">
|
|
{{ with .OutputFormats.Get "rss" }}
|
|
<link rel="{{ .Rel }}" {{ printf "type=%q" .MediaType.Type | safeHTMLAttr }} href="{{ .Permalink }}" title="{{ site.Title }}" />
|
|
{{ end }}
|
|
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|