- {/* 下方菜单组 */}
-
-
- {/* 分享按钮 */}
-
- {/* 跳回顶部 */}
-
-
+ {/* 下方菜单组 */}
+
+
+ {/* 分享按钮 */}
+
+ {/* 跳回顶部 */}
+
-
diff --git a/layouts/DefaultLayout.js b/layouts/DefaultLayout.js
index 456e04f3..f4441502 100644
--- a/layouts/DefaultLayout.js
+++ b/layouts/DefaultLayout.js
@@ -78,12 +78,9 @@ const DefaultLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
return (
- {/* */}
- {/* */}
-
+ {/* 侧边菜单 */}
-
{(!page || page === 1) && (
@@ -128,7 +125,6 @@ const DefaultLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
- {/* */}
)
}
diff --git a/pages/_document.js b/pages/_document.js
index e5741870..adf9fbb4 100644
--- a/pages/_document.js
+++ b/pages/_document.js
@@ -12,7 +12,6 @@ class MyDocument extends Document {
return (
-
{BLOG.title}