diff --git a/themes/grid/layout/widget/tagcloud.ejs b/themes/grid/layout/widget/tagcloud.ejs index 9285d28..d0323f6 100644 --- a/themes/grid/layout/widget/tagcloud.ejs +++ b/themes/grid/layout/widget/tagcloud.ejs @@ -1,7 +1,7 @@ <% if (site.tags.length) { %>
- <%- tagcloud(site.tags, {min_font: 12, max_font: 18, amount: 90, color: true, start_color: '#8377ee', end_color: '#1b0ba8', class: 'tag-item', level: 20}) %> + <%- tagcloud(site.tags, {min_font: 12, max_font: 18, amount: 270, color: true, start_color: '#8377ee', end_color: '#1b0ba8', class: 'tag-item', level: 20}) %>
<% } %>