{{/* Remote image */ -}}
{{ if or (hasPrefix .Destination "https://") (hasPrefix .Destination "http://") }}
{{/* Local image */ -}}
{{ else }}
{{- $img := .Page.Resources.GetMatch .Destination -}}
{{- $resizeMimes := slice "image/png" "image/jpeg" -}}
{{ if $img -}}
{{ if in $resizeMimes $img.MediaType.Type -}}
{{- else -}}
{{- end -}}
{{- else -}}
{{- end -}}
{{- end -}}
{{ if .Title }}{{ .Title }}{{ end }}