{{ $paginator := .Paginate (where .Site.RegularPages.ByDate.Reverse "Type" "post") }} {{ range $paginator.Pages -}}

{{ .Title }}

{{ partial "post-meta" . }}
{{ if isset .Params "description" | and (ne .Params.description "") -}} {{ .Description | markdownify }} {{- else -}} {{ .Summary }} {{- end }}
{{ .Site.Data.l10n.continueReading }}
{{- end }}