{{ $posts := where site.RegularPages "Type" "blog" }} {{ $postCount := len $posts }} {{ range last 1 $posts }} {{ $tags := .Site.Taxonomies.tags }} {{ end }}
{{ $listPageDateFormat := .Site.Params.listPageDateFormat | default "January, 2006"}}
{{ range $index, $value := .Pages.GroupByDate $listPageDateFormat }}
{{ if (ne $index 0) }}
{{ end }}
{{ end }}
{{ .Key }}
{{ range .Pages }} {{ end }} {{ end }}