{{- $image := .Page.Resources.GetMatch (printf "%s" (.Destination | safeURL)) -}}
{{- if $image -}}
{{- $large := $image.Resize "1200x" -}}
{{- $medium := $image.Resize "768x" -}}
{{- $small := $image.Resize "480x" -}}
{{- $alt := .PlainText | safeHTML -}}
{{- $title := .Title | emojify | safeHTML -}}
{{ with $title }} {{ . }} {{ end }}
{{- else -}}
{{- end -}}