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

{{ T "widget.tagCloud.title" }}

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