{{ range $index, $element := $.Paginator.Pages }}
{{ if .Params.metadata }} {{ range $index, $element := .Params.metadata }} {{ if .link }} {{ .text }} {{ else }} {{ .text }} {{ end }} {{ end }} {{ else }} Posted by {{ with .Params.author }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }} on {{ .Date.Format "Monday, January 2, 2006" }} {{ if (and (not .Lastmod.IsZero) (not (eq (dateFormat "2006-01-02" .Lastmod) (dateFormat "2006-01-02" .Date)))) }} Last Modified on {{ dateFormat "Monday, January 2, 2006" .Params.LastMod }} {{ end }} {{ end }}