mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 15:09:40 +00:00
OpenWrite适配所有主题
This commit is contained in:
@@ -179,10 +179,12 @@ const LayoutSlug = props => {
|
||||
{lock ? (
|
||||
<PostLock validPassword={validPassword} />
|
||||
) : (
|
||||
<div id='article-wrapper'>
|
||||
<div>
|
||||
<PostMeta post={post} />
|
||||
<NotionPage post={post} />
|
||||
<ShareBar post={post} />
|
||||
<div id='article-wrapper'>
|
||||
<NotionPage post={post} />
|
||||
<ShareBar post={post} />
|
||||
</div>
|
||||
<Comment frontMatter={post} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user