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}.