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.
 
 
 

12 lines
356 B

<section class='m_widget links'>
<div class='header'>Links</div>
<div class='content'>
<ul class="entry">
<% (theme.links||[]).forEach(function(item){ %>
<li><a class="flat-box" target="_blank" href="<%= url_for(item.url) %>">
<div class='name'><%= item.name %></div>
</a></li>
<% }); %>
</ul>
</div>
</section>