diff --git a/layout/links.ejs b/layout/links.ejs index 04aa87f..ba974f3 100755 --- a/layout/links.ejs +++ b/layout/links.ejs @@ -5,12 +5,12 @@ <% (page.links||[]).forEach(function(group){ %> <% if(group.items) { %>
- <% if(group.type) { %> + <% if(group.group) { %>

<% if (group.icon) { %> <%} %> - <%= group.type %> + <%= group.group %>

<%} %>