style: remove unused count class in tag cloud (#1195)

This commit is contained in:
Jimmy
2025-10-31 23:48:40 +01:00
committed by GitHub
parent 9e96c6e975
commit 8cb1646198
+2 -2
View File
@@ -8,9 +8,9 @@
<div class="tagCloud-tags">
{{ range first $limit $context.Site.Taxonomies.tags.ByCount }}
<a href="{{ .Page.RelPermalink }}" class="font_size_{{ .Count }}">
<a href="{{ .Page.RelPermalink }}">
{{ .Page.Title }}
</a>
{{ end }}
</div>
</section>
</section>