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 820d94da..af69384a 100644
--- a/themes/heo/components/NavBar.js
+++ b/themes/heo/components/NavBar.js
@@ -139,7 +139,7 @@ const NavBar = props => {
{/* 中间菜单 */}
{activeIndex === 0 && }
- {activeIndex === 1 &&
{BLOG.AUTHOR || BLOG.TITLE} | {BLOG.BIO}
}
+ {activeIndex === 1 && {BLOG.AUTHOR || BLOG.TITLE} {BLOG.BIO && <>|>} {BLOG.BIO}
}
{/* 右侧固定 */}
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}.