{{- $img := .Page.Resources.GetMatch .Destination -}} {{- if and (not $img) .Page.File -}} {{ $path := path.Join .Page.File.Dir .Destination }} {{- $img = resources.Get $path -}} {{- end -}} {{- with $img -}} {{ $.Text }} {{- end -}}