{{- $context := .Context -}} {{- $limit := default 10 .Params.limit -}}
{{ partial "helper/icon" "book-2" }}

Projects

{{ range first $limit $context.Site.Taxonomies.categories.ByCount }} {{ .Page.Title }} {{ end }}