{{ define "main" }}
{{- .Content -}}
{{/* fix from https://discourse.gohugo.io/t/sort-order-only-bydate-or-byweight/6961/6 */}} {{ range (.Paginate (.Pages.ByParam "number") 50).Pages }}
{{- partial "summary.html" . -}}
{{ end }}
{{- template "_internal/pagination.html" . -}}
{{ end }}