Skip to content

Commit

Permalink
FIX: tags amount from 200 to 300.
Browse files Browse the repository at this point in the history
Temporary solution for #1908.
  • Loading branch information
ivan-nginx committed Sep 29, 2017
1 parent 22bbabe commit de271c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/page.swig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{{ _p('counter.tag_cloud', site.tags.length) }}
</div>
<div class="tag-cloud-tags">
{{ tagcloud({min_font: 12, max_font: 30, amount: 200, color: true, start_color: '#ccc', end_color: '#111'}) }}
{{ tagcloud({min_font: 12, max_font: 30, amount: 300, color: true, start_color: '#ccc', end_color: '#111'}) }}
</div>
</div>
{% elif page.type === 'categories' %}
Expand Down

0 comments on commit de271c1

Please sign in to comment.