Skip to content

Commit c6b4b7d

Browse files
committed
update
1 parent 337d357 commit c6b4b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layout/links.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<% (page.links||[]).forEach(function(group){ %>
66
<% if(group.items) { %>
77
<div class='friends-group'>
8-
<% if(group.type) { %>
8+
<% if(group.group) { %>
99
<h2 class='friend-header'>
1010
<% if (group.icon) { %>
1111
<i class="<%= group.icon %> fa-fw" aria-hidden="true"></i>
1212
<%} %>
13-
<%= group.type %>
13+
<%= group.group %>
1414
</h2>
1515
<%} %>
1616
<div class='friend-content'>

0 commit comments

Comments
 (0)