{{ $images := $.Resources.ByType "image" -}} {{ $custom_file := .Params.feature_image }} {{ $custom_image := $images.GetMatch $custom_file }} {{ $feature_image := $images.GetMatch "*feature*" -}} {{ $img_src := "" }} {{ with $custom_image }} {{ $img_src = .RelPermalink }} {{ else }} {{ with $feature_image }} {{ $img_src = .RelPermalink }} {{ end }} {{ end }} {{ if $img_src }} {{ end }}