mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
gitbook评论区bug
This commit is contained in:
@@ -76,7 +76,7 @@ const LayoutBase = (props) => {
|
||||
</div>
|
||||
|
||||
<div className='w-72 fixed left-0 bottom-0 z-20 bg-white'>
|
||||
<Footer {...props}/>
|
||||
<Footer {...props} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -179,7 +179,7 @@ const LayoutIndex = (props) => {
|
||||
})
|
||||
}, [])
|
||||
|
||||
return <LayoutBase {...props}/>
|
||||
return <LayoutBase {...props} />
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -189,7 +189,7 @@ const LayoutIndex = (props) => {
|
||||
* @returns
|
||||
*/
|
||||
const LayoutPostList = (props) => {
|
||||
return <LayoutBase {...props}/>
|
||||
return <LayoutBase {...props} />
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -213,9 +213,6 @@ const LayoutSlug = (props) => {
|
||||
{/* Notion文章主体 */}
|
||||
{post && (<section id="article-wrapper" className="px-1">
|
||||
<NotionPage post={post} />
|
||||
</section>)}
|
||||
|
||||
<section>
|
||||
|
||||
{/* 分享 */}
|
||||
<ShareBar post={post} />
|
||||
@@ -232,7 +229,7 @@ const LayoutSlug = (props) => {
|
||||
<AdSlot />
|
||||
|
||||
<Comment frontMatter={post} />
|
||||
</section>
|
||||
</section>)}
|
||||
|
||||
<TocDrawer {...props} />
|
||||
</div>}
|
||||
|
||||
Reference in New Issue
Block a user