{{ $format := "2006-01-02T15:04:05-07:00" }} {{ with .Date }} {{ end }} {{ with .Lastmod }} {{ end }} {{ $images := $.Resources.ByType "image" }} {{ $featured := $images.GetMatch "*feature*" }} {{ if not $featured }} {{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }} {{ end }} {{ with $featured }} {{ end }} {{ with .Params.tags }} {{ end }}