{{- $noindex := "" -}}
{{- $image := "" -}}
{{- $author := .Section -}}
{{- $kind := in (slice "home" "taxonomy" "term") .Page.Kind -}}
{{- if not $kind -}}
{{- $image = print ("" | absURL) "/data/media/" $author "/" $author "-profile.png" -}}
{{- end -}}
{{- with or .Params.Feed .Params.Unlisted .Params.ExpiryDate -}}
{{- $noindex = "noindex,nofollow" -}}
{{- end }}
{{- partial "head-search.html" . -}}
{{- partial "head-discovery.html" . -}}
{{- partial "head-canonical.html" . -}}
{{- partial "head-css.html" . -}}
{{- partial "head-js.html" . -}}
{{- partial "head-manifest.html" . -}}
{{- partial "head-csp.html" . -}}