Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu committed Dec 25, 2018
1 parent 337d357 commit c6b4b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/links.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand Down

0 comments on commit c6b4b7d

Please sign in to comment.