{{ range .Paginator.Pages }}
{{ with .Params.featured_image }} {{ with resources.Get . }} {{ $postimage := (.Resize "500x webp q90").RelPermalink }} {{ .Title }} {{ end }} {{ end }}
{{.Title}}

{{ .Params.summary }}

Tags: {{ range $elem_index, $elem_val := (.GetTerms "tags") }} {{- if gt $elem_index 0 }}, {{ end -}} {{ .LinkTitle }} {{- end -}}
{{ .Params.author }} {{ with .Params.authorimage }} {{ with resources.Get . }} {{ $authorimage := (.Resize "40x webp").RelPermalink }} {{ end }} {{ end }}

{{ .Params.author }}

{{ math.Round (div (countwords .Content) 220.0) }} min read
{{ end }}