From 00ffa7bbfa597257341596e70c22a76ddb2c5e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E4=BA=91=E8=8B=8D=E7=8B=97?= Date: Wed, 7 Sep 2022 15:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=8B=E9=93=BE=E9=A1=B5=E6=B8=B2=E6=9F=93=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/hexo-theme-async/layout/links.ejs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/hexo-theme-async/layout/links.ejs b/package/hexo-theme-async/layout/links.ejs index dd0ddca2..e9e89773 100644 --- a/package/hexo-theme-async/layout/links.ejs +++ b/package/hexo-theme-async/layout/links.ejs @@ -47,7 +47,7 @@ - <% if(Array.isArray(theme.links)){ theme.links.forEach(item=>{%> + <% if(Array.isArray(theme.links)){ %>
@@ -55,7 +55,7 @@
- + <% theme.links.forEach(item=>{%> + <%})%>
- <%}) } %> + <% } %> <%- partial('./_partial/comment',{ titleHide: false }) %>