{{ if hugo.IsProduction -}}
{{ else -}}
{{ end -}} {{ partialCached "favicons.html" . -}}
{{- if .IsHome -}} {{ .Site.Title -}} {{ else if eq .Kind "page" -}} {{ with .Title }}{{ . }} – {{ end -}} {{ $sectionTitle := index .Site.Params.sectionsTitles .Section }} {{ $sectionTitle | default .Site.Title }} {{ else -}} {{ with .Title }}{{ . }} – {{ end -}} {{ .Site.Title -}} {{ end -}}
{{- with .Params.canonical -}}
{{- else -}}
{{- end -}} {{- partial "opengraph.html" . -}} {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}} {{- partialCached "head-css.html" . -}} {{- if and (eq hugo.Environment "production") .Site.Config.Services.GoogleAnalytics.ID }}
{{ partial "google-analytics.html" . }} {{- end }} {{ partial "custom/head-end.html" . }}