{{ $title := .Title | default .Site.Title }} {{ $description := .Description | default .Site.Params.Description }} {{ $image := .Params.image | default .Site.Params.AvatarURL }} {{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }} {{ $postKeywords := .Params.tags | default (slice) }} {{ $keywords := union $siteKeywords $postKeywords }} {{ $title }} {{ if .Site.Params.CustomHeadHTML }} {{ .Site.Params.CustomHeadHTML | safeHTML }} {{ end }}