{{- $title := cond .IsHome .Site.Title (printf "%s | %s" .Title .Site.Title) -}}
{{- $desc := or .Description (cond .IsPage .Summary (.Site.Params.description | default "")) -}}
{{- $image := partial "func/GetFeaturedImage.html" . -}}
{{- if not $image }}{{- with .Site.Params.og_image }}{{- $image = . | absURL }}{{- end }}{{- end -}}
{{ with $image -}}
{{ end -}}
{{ with .Site.Params.twitter -}}
{{ end -}}