diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 793405b..166ce7c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,8 +1,11 @@ - - - - + + + + {{ template "_internal/google_analytics.html" . }} @@ -10,12 +13,13 @@ {{ if (ne $.Site.Params.ThemeColor "orange") }} - + {{ end }} {{ if (fileExists "static/style.css") -}} - + {{- end }} @@ -23,38 +27,58 @@ {{ if isset $.Site.Params "favicon" }} {{ else }} - + {{ end }} - - - - - - + + + + + + - - - - - - - - - -{{ range .Params.categories }}{{ end }} -{{ if isset .Params "date" }}{{ end }} + + + + + + + + + +{{ range .Params.categories }} +{{ end }} +{{ if isset .Params "date" }} +{{ end }} {{ with .OutputFormats.Get "RSS" }} - + {{ end }} {{ with .OutputFormats.Get "json" }} - + {{ end }}