{{ $featured := (.Resources.ByType "image").GetMatch "*featured*" }} {{ with $featured }} {{ if ne $featured.MediaType.SubType "svg" }} {{ $featured := .Resize "800x q95 Gaussian" }} Blog post featured image {{ else }} Blog post featured image {{ end }} {{ end }} {{ .Content }}