diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6a1f02a..c84ae58 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,6 @@
- + {{- $title := ( .Title ) -}} {{- $siteTitle := ( .Site.Title ) -}} {{- if .IsHome -}} @@ -13,9 +13,10 @@ {{- end -}} - + - + + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} @@ -30,7 +31,7 @@ {{- if isset .Site.Params "customcss" }} {{ range .Site.Params.customCSS }} {{ $customstyle := resources.Get . | fingerprint }} - + {{ end }} {{- end -}} {{- range .Site.Params.customJS }}