diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f6bf0b5..2cc8b9b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,17 +2,17 @@ - - + + {{- partial "favicon.html" . -}} {{- block "title" . }}{{ with .Title }}{{ . }}{{ end }}{{- end }} {{- partial "seo_tags.html" . -}} - + {{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{- partial "style.html" . -}}