From c6b4b7d34f7b2bba346ec91b9ba00f84873d6222 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Wed, 26 Dec 2018 01:47:53 +0800 Subject: [PATCH] update --- layout/links.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>

<%} %>