diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6e5e331..d455468 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,13 +4,12 @@ - - + {{- 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 }}