{{- $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 -}}
{{ if $alt }}{{ $alt }}{{ else }} {{ end }} {{ with $title }}
{{ . }}
{{ end }}
{{- else -}} {{ .Text }} {{- end -}}