This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
spdocker/themes/spd/layout/_widget/friends-blog.ejs
2018-03-07 15:58:54 +11:00

10 lines
255 B
Plaintext

<!-- Friends Blog -->
<% if(config.friends) { %>
<h5>FRIENDS</h5>
<ul class="list-inline">
<% config.friends.forEach(function(friend){ %>
<li><a href="<%= friend.href %>" target="_blank"><%= friend.title %></a></li>
<% }); %>
</ul>
<% }%>