{{ $title := .Site.Title }} {{ with .Params.title }} {{ $title = (printf "%v ยท %v" $.Params.title $title) }} {{ end }} {{ $title }} {{ with .Site.Params.author.name }} {{ end }} {{ with .Site.Params.Summary }} {{ end }} {{ if .Params.noindex }} {{ else if .Params.noarchive }} {{ end }} {{ $featured_image := partial "get-featured-image.html" . }} {{ with $featured_image }} {{ end }} {{ with .Permalink }}{{ end }}