{{ define "main" }} {{ $pages := (where (site.RegularPages) "Section" "in" (site.Params.archive.sections)) }} {{ (partial "breadcrumb" .) }} {{ if ($pages) }} {{ range ($pages.GroupByDate "2006") }}

{{ (.Key) }}

    {{ range (.Pages) }}
  • {{ (.Date.UTC.Format "01/02") }}
  • {{ end }}
{{ end }} {{ end }} {{ end }}