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.
 
 
 

14 lines
337 B

<% if (site.tags.length){ %>
<div class="m_widget tagcloud">
<div class="header">TAGS</div>
<div class='content'>
<%- tagcloud(site.tags, {
min_font: 14,
max_font: 24,
color: true,
start_color: '#888',
end_color: '#555',
}) %>
</div>
</div>
<% } %>