{{- define "title" }} {{- T "all" | humanize}}{{ T .Section | default .Section | humanize }} | {{ .Site.Title -}} {{- end -}} {{- define "content" -}} {{- $data := .Data -}}

{{- T "all" | humanize}}{{ T .Section | default .Section | humanize -}}

{{- range (.Paginate (.Pages.GroupByDate "2006")).PageGroups -}}

{{ .Key }}

{{- range .Pages -}}
{{- .Title -}} {{- .Date.Format (.Site.Params.dateFormatToUse | default "01-02") -}}
{{- end -}} {{- end -}} {{- partial "paginator.html" . -}}
{{- end -}}