{{ define "main" }} {{ $pages := .Pages }} {{ $sectionPagerSize := or site.Params.sectionPagerSize 10 }} {{ $paginator := .Paginate $pages $sectionPagerSize }} {{ .Content }}

All Posts

{{ range $paginator.Pages }}

{{ .LinkTitle }}

{{ partial "main/dates.html" . }} {{ with .Summary }} {{- /* Create deterministic summary output for styling. See https://github.com/gohugoio/hugo/issues/8910 */ -}}

{{ . | plainify | htmlUnescape | chomp | truncate 150 }}

{{- end }} {{ end }} {{ end }}