{{ if .Params.noindex }} {{ end }} {{ block "title" . }} {{ if .IsHome }} {{ $.Site.Title }} {{ with $.Site.Params.Subtitle }} — {{ . }} {{ end }} {{ else }} {{ .Title }} :: {{ $.Site.Title }} {{ with $.Site.Params.Subtitle }} — {{ . }}{{ end }} {{ end }} {{ end }} {{ $opts := dict "transpiler" "libsass" "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true }} {{ with resources.Get "scss/main.scss" | toCSS $opts | minify | fingerprint }} {{ end }} {{ range $val := $.Site.Params.customCSS }} {{ if gt (len $val) 0 }} {{ end }} {{ end }} {{- partial "favicons.html" . }} {{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ if isset .Site.Taxonomies "series" }} {{ template "_internal/opengraph.html" . }} {{ end }} {{ range .Params.categories }} {{ end }} {{ if isset .Params "date" }} {{ end }} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{ if .OutputFormats.Get "json" }} {{ end }} {{- if templates.Exists "partials/extra-head.html" -}} {{ partial "extra-head.html" . }} {{- end }} {{- if .Site.Config.Services.GoogleAnalytics.ID }} {{ template "_internal/google_analytics.html" . }} {{- end }} {{- if $.Site.Params.plausibleDataDomain }} {{- end}}