i18n 1.0-beta10
xaoxuu 6 years ago
parent 337d357969
commit c6b4b7d34f
  1. 4
      layout/links.ejs

@ -5,12 +5,12 @@
<% (page.links||[]).forEach(function(group){ %>
<% if(group.items) { %>
<div class='friends-group'>
<% if(group.type) { %>
<% if(group.group) { %>
<h2 class='friend-header'>
<% if (group.icon) { %>
<i class="<%= group.icon %> fa-fw" aria-hidden="true"></i>
<%} %>
<%= group.type %>
<%= group.group %>
</h2>
<%} %>
<div class='friend-content'>

Loading…
Cancel
Save