From 6aa6ecbabd1d504efd54a5ea83e5f452cda8728e Mon Sep 17 00:00:00 2001 From: LooseLi <1329307562@qq.com> Date: Mon, 24 Jul 2023 12:04:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20hexo=20heo=E4=B8=BB=E9=A2=98=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E6=97=A0BLOG.BIO=E6=97=B6=EF=BC=8C=E9=9A=90=E8=97=8F?= =?UTF-8?q?=EF=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/components/Footer.js | 2 +- themes/heo/components/NavBar.js | 2 +- themes/hexo/components/Footer.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/heo/components/Footer.js b/themes/heo/components/Footer.js index e1590998..fc8f1465 100644 --- a/themes/heo/components/Footer.js +++ b/themes/heo/components/Footer.js @@ -47,7 +47,7 @@ const Footer = ({ title }) => { - {/*

{title} | {BLOG.BIO}

*/} + {/*

{title} {BLOG.BIO && <>|} {BLOG.BIO}

*/} diff --git a/themes/heo/components/NavBar.js b/themes/heo/components/NavBar.js index 7bf3810f..aed5b4b4 100644 --- a/themes/heo/components/NavBar.js +++ b/themes/heo/components/NavBar.js @@ -139,7 +139,7 @@ const NavBar = props => { {/* 中间菜单 */} {/* 右侧固定 */} diff --git a/themes/hexo/components/Footer.js b/themes/hexo/components/Footer.js index f67b53f2..8025e7b9 100644 --- a/themes/hexo/components/Footer.js +++ b/themes/hexo/components/Footer.js @@ -26,7 +26,7 @@ const Footer = ({ title }) => { -

{title} | {BLOG.BIO}

+

{title} {BLOG.BIO && <>|} {BLOG.BIO}

Powered by NotionNext {BLOG.VERSION}.