From f7ba0a4b3652806312a889250520c94fb2114b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E8=BF=87=E5=A2=83=E8=BF=81Wayne?= <3462757126@qq.com> Date: Fri, 16 Oct 2020 20:50:46 +0800 Subject: [PATCH 1/3] =?UTF-8?q?SEO=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/footer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/footer.pug b/layout/includes/footer.pug index 405c90c..501ebb9 100644 --- a/layout/includes/footer.pug +++ b/layout/includes/footer.pug @@ -19,5 +19,5 @@ .icp a(href=theme.footer.ICP.url) if theme.footer.ICP.icon - img.icp-icon(src=url_for(theme.footer.ICP.icon)) + img.icp-icon(src=url_for(theme.footer.ICP.icon) alt=('icp')) span=theme.footer.ICP.text From b541a192d3179757418b15c41d13511d7119c84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E8=BF=87=E5=A2=83=E8=BF=81Wayne?= <3462757126@qq.com> Date: Sat, 17 Oct 2020 13:01:13 +0800 Subject: [PATCH 2/3] =?UTF-8?q?SEO=E4=BC=98=E5=8C=96=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/footer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/footer.pug b/layout/includes/footer.pug index 501ebb9..30316ca 100644 --- a/layout/includes/footer.pug +++ b/layout/includes/footer.pug @@ -19,5 +19,5 @@ .icp a(href=theme.footer.ICP.url) if theme.footer.ICP.icon - img.icp-icon(src=url_for(theme.footer.ICP.icon) alt=('icp')) + img.icp-icon(src=url_for(theme.footer.ICP.icon), alt='icp') span=theme.footer.ICP.text From 918a1da4c5f14fc31db4ce4eb3847c39a864d991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E8=BF=87=E5=A2=83=E8=BF=81Wayne?= <3462757126@qq.com> Date: Sat, 17 Oct 2020 17:41:25 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/footer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/footer.pug b/layout/includes/footer.pug index 30316ca..5467bb3 100644 --- a/layout/includes/footer.pug +++ b/layout/includes/footer.pug @@ -19,5 +19,5 @@ .icp a(href=theme.footer.ICP.url) if theme.footer.ICP.icon - img.icp-icon(src=url_for(theme.footer.ICP.icon), alt='icp') + img.icp-icon(src=url_for(theme.footer.ICP.icon) alt='icp') span=theme.footer.ICP.text