{{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{- else }} {{- end -}} {{ if .IsHome }}{{else}}{{ if .Title }}{{ .Title }} | {{ end }}{{end}}{{ .Site.Title }} {{- if .Site.Params.analytics.google.SiteVerificationTag }} {{- end}} {{- if not .Site.Params.assets.disableFingerprinting }} {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/stylesheet.css" | minify | fingerprint -}} {{- else}} {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/stylesheet.css" | minify -}} {{- end}} {{- hugo.Generator }} {{- range .AlternativeOutputFormats -}} {{ end -}} {{- range .Translations -}} {{ end }} {{- partial "extend_head.html" . -}} {{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{- template "_internal/google_analytics_async.html" . }} {{- template "_internal/google_news.html" . }} {{- template "partials/templates/opengraph.html" . }} {{- template "partials/templates/twitter_cards.html" . }} {{- template "partials/templates/schema_json.html" . }} {{- end }}