diff --git a/layouts/partials/widget/categories.html b/layouts/partials/widget/categories.html index 10c8a35..e230abe 100644 --- a/layouts/partials/widget/categories.html +++ b/layouts/partials/widget/categories.html @@ -4,7 +4,9 @@
{{ partial "helper/icon" "categories" }}
-

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

+

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

{{ range first $limit $context.Site.Taxonomies.categories.ByCount }} diff --git a/layouts/partials/widget/tag-cloud.html b/layouts/partials/widget/tag-cloud.html index e64e5e2..efc892a 100644 --- a/layouts/partials/widget/tag-cloud.html +++ b/layouts/partials/widget/tag-cloud.html @@ -4,7 +4,9 @@
{{ partial "helper/icon" "tag" }}
-

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

+

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

{{ range first $limit $context.Site.Taxonomies.tags.ByCount }} @@ -13,4 +15,4 @@ {{ end }}
- \ No newline at end of file +