mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
10 lines
361 B
Text
10 lines
361 B
Text
<% if (theme.links.length){ %>
|
|
<div class="widget">
|
|
<h4><%= __('links') %></h4>
|
|
<ul class="blogroll list-unstyled">
|
|
<% for (var i in theme.links){ %>
|
|
<li><i class="<%- theme.links[i].icon %>"></i><a href="<%- theme.links[i].url %>" title="<%- theme.links[i].intro %>" target="_blank"]);"><%= theme.links[i].title %></a></li>
|
|
<% } %>
|
|
</ul>
|
|
</div>
|
|
<% } %>
|