{{ range $taxonomyName, $taxonomy := .Site.Taxonomies -}} {{ if eq "categories" $taxonomyName -}} {{ range $key, $value := $taxonomy -}}
  • {{ $key | humanize }} {{ .Count }}

      {{ range first 24 ($value.Pages) -}} {{- partial "icon" . -}} {{ end -}}
    {{ if gt .Count 24 }} View all {{ .Count }} {{ end }}
  • {{ end -}} {{ end -}} {{ end -}}