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
461 B

6 years ago
<% if (site.tags.length){ %>
<section class='widget <%- theme.blur.widget ? 'widget-blur' : '' %> <%- item.class %>'>
4 years ago
<%- partial('header', {item: item}) %>
6 years ago
<div class='content <%= theme.style %>'>
<%- tagcloud(site.tags, {
4 years ago
min_font: item.min_font,
max_font: item.max_font,
color: item.color,
start_color: item.start_color,
end_color: item.end_color,
6 years ago
}) %>
</div>
</section>
<% } %>