diff --git a/themes/gitbook/index.js b/themes/gitbook/index.js index f79d44a3..d3387d0e 100644 --- a/themes/gitbook/index.js +++ b/themes/gitbook/index.js @@ -78,7 +78,7 @@ const LayoutBase = (props) => {
-
@@ -181,7 +181,7 @@ const LayoutIndex = (props) => { }) }, []) - return + return } /** @@ -191,7 +191,7 @@ const LayoutIndex = (props) => { * @returns */ const LayoutPostList = (props) => { - return + return } /** @@ -215,9 +215,6 @@ const LayoutSlug = (props) => { {/* Notion文章主体 */} {post && (
-
)} - -
{/* 分享 */} @@ -234,7 +231,7 @@ const LayoutSlug = (props) => { -
+ )} }