{{ 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 }}
{{ 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 }}
{{/* The link covers the whole card and carries no visible text of
its own, so its accessible name comes from the title repeated
for screen readers - an empty is announced as just "link". */}}
{{ .Title }}