{{/* Define empty variable description */}} {{- $description := "" -}} {{/* If description is defined in front matter, use it */}} {{- if .Params.description -}} {{- $description = trim .Params.description "\n" -}} {{/* If description is not defined in front matter, use site description */}} {{- else if .Site.Params.description -}} {{- $description = trim .Site.Params.description "\n" -}} {{- end -}} {{ range .AllTranslations }} {{ end }} {{/* Define empty variable image */}} {{- $image := "" -}} {{/* If image is defined in front matter, use it */}} {{- if .Params.image -}} {{- $image = .Params.image -}} {{/* If image is not defined in front matter, use site ogimage */}} {{- else if .Site.Params.ogimage -}} {{- $image = .Site.Params.ogimage -}} {{- end -}} {{- if $image -}} {{- end -}}