{{ with .Site.Params.author }}{{ end }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.shareImage }} {{ end }} {{ with .Site.Params.twitterHandle }}{{ end }} {{ with .Site.Params.favicon }}{{ end }} {{ if hugo.IsServer }} {{ $cssOpts := (dict "targetPath" "css/split.css" "enableSourceMap" true ) }} {{ $styles := resources.Get "scss/split.scss" | resources.ExecuteAsTemplate "split.css" . | toCSS $cssOpts }} {{ else }} {{ $cssOpts := (dict "targetPath" "css/split.css" ) }} {{ $styles := resources.Get "scss/split.scss" | resources.ExecuteAsTemplate "split.css" . | toCSS $cssOpts | minify | fingerprint }} {{ end }} {{ if .Site.Params.custom.css.enable }} {{ end }} {{ if and (.Site.Config.Services.GoogleAnalytics.ID) (not (in (printf "%#v" .Site.BaseURL) "localhost")) }} {{ template "_internal/google_analytics.html" . }} {{ end }}