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

{{ .Title }}

{{ .Date.Format "January 1, 2006" }} · {{ .ReadingTime }} {{ .Site.Data.l10n.readingTime }}

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