{{ $tags := .Site.Taxonomies.tags.ByCount }} {{ $v2 := where $tags "Term" "not in" (slice "hugo" "tag" "rss") }}
{{ (resources.Get "icons/tag.svg").Content | safeHTML }}

Tags

{{ range first .Site.Params.widgets.tagCloud.limit $v2 }} {{ .Term | humanize }} {{ end }}