{{ $last := sub (len .Params.contributors) 1 }}

{{ .PublishDate.Format "January 2, 2006" }}{{ if .Params.categories -}} in {{ range $index, $category := .Params.categories -}}{{ if gt $index 0 -}}, {{ end -}}{{ . }}{{ end -}}{{ end -}} {{ if .Params.contributors -}} by {{ range $index, $contributor := .Params.contributors }}{{ if gt $index 0 }}{{ if eq $index $last }} and {{ else }}, {{ end }}{{ end }} {{- with $.Site.GetPage "taxonomyTerm" (printf "contributors/%s" (urlize .)) -}} {{ if .Params.avatar -}} {{ $image := .Resources.GetMatch (printf "**%s" .Params.avatar) -}} {{ $imageLq := $image.Resize "15x15 webp q95" -}} {{ $image = $image.Resize "60x60 webp q95" -}} {{ .Title }} {{ end -}} {{ end -}} {{ . }}{{ end -}}{{ end -}} ‐ {{ .ReadingTime -}} min read