You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
500 B

6 years ago
<% if (site.tags.length){ %>
5 years ago
<section class='widget <%- item.widget %>'>
5 years ago
<%- partial('header', {item: item, defIcon: 'fas fa-tags', defTitle: __('sidebar.tagcloud')}) %>
6 years ago
<div class='content <%= theme.style %>'>
<%- tagcloud(site.tags, {
min_font: 14,
max_font: 24,
color: true,
5 years ago
start_color: item.start_color ? item.start_color : '#999',
end_color: item.end_color ? item.end_color : '#555',
6 years ago
}) %>
</div>
</section>
<% } %>