{{- $context := .Context -}} {{- $limit := default 10 .Params.limit -}}
{{ $icon := default "categories" .Params.icon }} {{ $iconVisible := default true .Params.iconVisible }} {{ if $iconVisible }} {{ partial "helper/icon" $icon }} {{ end }}

{{ T "widget.categoriesCloud.title" }}

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