{{ range $index, $element := $.Paginator.Pages }}
{{ . }}
{{ i18n "posted_by" }} {{ with .Params.author }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }} {{ i18n "on" }} {{ .Date.Format (i18n "date_fmt") }} {{ if (and (not .Lastmod.IsZero) (not (eq (dateFormat "2006-01-02" .Lastmod) (dateFormat "2006-01-02" .Date)))) }} {{ i18n "updated_on" }} {{ dateFormat (i18n "date_fmt") .Params.LastMod }} {{ end }}