{{ if .Params.thumbnail }}
{{ .Params.title }} {{ if not (or (or .Site.Params.hideMeta .Params.hideMeta) false) }}
{{ partial "date.html" (dict "date" .Date "language" $.Page.Language "format" "short") }}
{{ end }}
{{ end }}
{{ .Params.title }}
{{ .Params.description }}
{{ if not (or (or .Site.Params.hideOtherLanguages .Params.hideOtherLanguages) false) }} {{ if .IsTranslated -}}
{{- $sortedTranslations := sort .Translations "Site.Language.Weight" -}} {{- $links := apply $sortedTranslations "partial" "translation_link.html" "." -}} {{- $cleanLinks := apply $links "chomp" "." -}} {{- $linksOutput := delimit $cleanLinks (i18n "translationsSeparator") -}} {{ i18n "translationsLabel" }}{{ $linksOutput }}
{{- end }} {{ end }}