{{ hugo.Generator }} {{/* Language and SEO configuration for internationalization */}} {{/* Alternative language versions for SEO */}} {{ range .AllTranslations }} {{ end }} {{ range .AlternativeOutputFormats -}} {{ end -}} {{ $outputFormat := partial "outputformat.html" . -}} {{ if and hugo.IsProduction (ne $outputFormat "print") -}} {{ else -}} {{ end -}} {{ partial "seo_schema" . }} {{ partialCached "favicons.html" . }} {{- if .IsHome -}} {{ .Site.Title -}} {{ else -}} {{ with .Title }}{{ . }} | {{ end -}} {{ .Site.Title -}} {{ end -}} {{ $desc := .Page.Description | default (.Page.Content | safeHTML | truncate 150) -}} {{ template "_internal/opengraph.html" . -}} {{ template "_internal/schema.html" . -}} {{ template "_internal/twitter_cards.html" . -}} {{ partialCached "head-css.html" . "asdf" -}} {{ if .Site.Params.offlineSearch -}} {{ end -}} {{ if .Site.Params.prism_syntax_highlighting -}} {{ end -}} {{/* CJK Font Optimization for Chinese content */}} {{ if eq .Site.Language.Lang "zh" }} {{ end }} {{ partial "hooks/head-end.html" . -}} {{/* To comply with GDPR, cookie consent scripts places in head-end must execute before Google Analytics is enabled */ -}} {{ if hugo.IsProduction -}} {{ template "_internal/google_analytics.html" . -}} {{ end -}}