We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fd2b7 commit d8227b2Copy full SHA for d8227b2
layout/_widget/tagcloud.ejs
@@ -2,7 +2,7 @@
2
<div class="widget-wrap">
3
<h3 class="widget-title tagcloud"><%= __('tagcloud') %></h3>
4
<div class="widget tagcloud">
5
- <%- tagcloud(site.tags, {"color":!!theme.tagcloud_color,start_color:"#0000FF",end_color:"#EE82EE"}) %>
+ <%- tagcloud(site.tags, {"min_font":14,"max_font":25,"color":!!theme.tagcloud_color,start_color:"#0000FF",end_color:"#EE82EE"}) %>
6
</div>
7
8
<% } %>
0 commit comments