diff --git a/themes/hexo/components/PaginationNumber.js b/themes/hexo/components/PaginationNumber.js
index 45d9282b..8af89e17 100644
--- a/themes/hexo/components/PaginationNumber.js
+++ b/themes/hexo/components/PaginationNumber.js
@@ -25,7 +25,7 @@ const PaginationNumber = ({ page, totalPage }) => {
} } passHref >
@@ -37,7 +37,7 @@ const PaginationNumber = ({ page, totalPage }) => {
@@ -48,8 +48,8 @@ const PaginationNumber = ({ page, totalPage }) => {
function getPageElement (page, currentPage) {
return
-
+
{page}
diff --git a/themes/hexo/components/Progress.js b/themes/hexo/components/Progress.js
index 9c893459..6d388339 100644
--- a/themes/hexo/components/Progress.js
+++ b/themes/hexo/components/Progress.js
@@ -29,7 +29,7 @@ const Progress = ({ targetRef, showPercent = true }) => {
return (
{showPercent && (
diff --git a/themes/hexo/components/SideRight.js b/themes/hexo/components/SideRight.js
index a9c4a4ed..eafdd092 100644
--- a/themes/hexo/components/SideRight.js
+++ b/themes/hexo/components/SideRight.js
@@ -13,7 +13,7 @@ export default function SideRight (props) {
} = props
return (
-
+
{ CONFIG_HEXO.WIDGET_ANALYTICS &&
}
diff --git a/themes/hexo/components/SocialButton.js b/themes/hexo/components/SocialButton.js
index 45290dfb..15d29dff 100644
--- a/themes/hexo/components/SocialButton.js
+++ b/themes/hexo/components/SocialButton.js
@@ -8,24 +8,24 @@ import React from 'react'
*/
const SocialButton = () => {
return
-
+
{BLOG.CONTACT_GITHUB &&
-
+
}
{BLOG.CONTACT_TWITTER &&
-
+
}
{BLOG.CONTACT_TELEGRAM &&
-
+
}
{BLOG.CONTACT_WEIBO &&
-
+
}
{BLOG.CONTACT_EMAIL &&
-
+
}
-
+
diff --git a/themes/hexo/components/TagItemMini.js b/themes/hexo/components/TagItemMini.js
index ed0d1d22..aa3388ec 100644
--- a/themes/hexo/components/TagItemMini.js
+++ b/themes/hexo/components/TagItemMini.js
@@ -2,10 +2,10 @@ import Link from 'next/link'
const TagItemMini = ({ tag, selected = false }) => {
return
-
{selected && } {tag.name + (tag.count ? `(${tag.count})` : '')}
diff --git a/themes/hexo/components/TopNav.js b/themes/hexo/components/TopNav.js
index 9c5383d0..84d6395b 100644
--- a/themes/hexo/components/TopNav.js
+++ b/themes/hexo/components/TopNav.js
@@ -91,14 +91,14 @@ const TopNav = (props) => {
{/* 导航栏 */}
-