{{ .Title }} {{ partial "main/blog-meta.html" . }} {{ if site.Params.doks.imageSingle -}} {{- $images := .Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} {{- if $featured -}} {{ partial "picture" (dict "page" . "src" $featured "alt" .Title "class" "img-post-single rounded-0" )}} {{ end -}} {{ end -}} {{ with .Params.summary -}}{{ . }}{{ end -}} {{ .Content }} {{ if .Params.tags -}} {{ range $index, $tag := .Params.tags -}} {{ . }} {{ end -}} {{ end -}}