{{- with or (.Resources.GetMatch "featured.*") (resources.Get "image/featured.jpg") }}
{{- with .Fill (printf "%dx%d TopLeft" (div .Width 2) (div .Height 2)) }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{- end }}
{{- end }}
1 Like