{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}
{{ with .Params.image }}
{{ else }}
{{ with .Site.Params.image }}
{{ end }}
{{ end }}
{{ with .Site.Params.twitter }}
{{ end }}
{{ with .Params.image }}
{{ else }}
{{ with .Site.Params.image }}
{{ end }}
{{ end }}
{{ if hugo.IsMultilingual }}
{{ range .AllTranslations }}
{{ end }}
{{ with hugo.Sites.Default.Home }}
{{ end }}
{{ end }}
{{ partial "language-detection" . }}
{{ with .Params.customMeta }}
{{ range . }}
{{ end }}
{{ end }}
{{ partial "custom-head" . }}
{{ if and hugo.IsProduction .Site.Params.googleTagManager }}
{{ end }}