{{- with .Title | default .Site.Title }}
{{ . }}
{{- end }} {{- with .Description | default .Params.subtitle | default .Summary }}
{{- end }}
{{- with .Site.Params.favicon }}
{{- end -}} {{- with .Params.share_img | default .Params.image | default .Site.Params.logo }}
{{- end }}
{{- with .Site.Author.twitter }}
{{- end }} {{- with .Site.Params.fb_app_id }}
{{- end }}
{{ .Hugo.Generator -}}
{{- if .Site.Params.staticman -}}
{{- end -}}
{{- if (not ( .Site.Params.UseChroma )) }}
{{- else -}}
{{- end -}} {{- if .Site.Params.staticman.recaptcha -}} {{- end -}} {{- partial "head_custom.html" . }} {{- partial "load-photoswipe-theme.html" . }} {{ template "_internal/google_analytics_async.html" . }}