{{- $alt := .Params.featured.alt }} {{- $img := .Resources.GetMatch "featured" }}
{{- with $img }} {{- $resized := .Resize "256x webp q90" }} {{ $alt }} {{- end }}

{{ .Title | markdownify }}

{{- if not (.Params.hideDate) }} {{- with .Date }}

{{ .Format "2006/01/02" }}

{{- end }} {{- end }} {{- with index (.GetTerms "tags") 0 }} #{{ .LinkTitle }} {{- end }}