{{ end }}
{{ if ne .Kind "taxonomy" }}
{{ range .Pages }}
{{ if isset .Params "images" }}
{{ with .Resources.GetMatch (index .Params.Images 0) }}
{{ $image := .Fill "600x300 Center webp" }}
{{ end }}
{{ end }}
{{ .Title }}
{{/* .PublishDate, not .Lastmod: readers want to know when this
was published, and it is the same value the page reports to
crawlers as datePublished. .Lastmod is a modification time
and belongs in metadata only. */}}
{{ if isset .Params "categories" }}
{{ range .Params.categories }}
{{ . }}
{{end}}
{{ end }}
{{ if isset .Params "tags" }}
{{ range .Params.tags }}
{{ . }}
{{ end }}
{{ end }}
{{ with .Params.description }}
{{ . }}
{{ else }}
{{ .Summary | truncate 400 }}
{{ end }}