diff --git a/themes/gitbook/index.js b/themes/gitbook/index.js index e5bb0323..5f1c105f 100644 --- a/themes/gitbook/index.js +++ b/themes/gitbook/index.js @@ -76,7 +76,7 @@ const LayoutBase = (props) => {
-
@@ -179,7 +179,7 @@ const LayoutIndex = (props) => { }) }, []) - return + return } /** @@ -189,7 +189,7 @@ const LayoutIndex = (props) => { * @returns */ const LayoutPostList = (props) => { - return + return } /** @@ -213,9 +213,6 @@ const LayoutSlug = (props) => { {/* Notion文章主体 */} {post && (
-
)} - -
{/* 分享 */} @@ -232,7 +229,7 @@ const LayoutSlug = (props) => { -
+ )} }