OpenWrite适配所有主题

This commit is contained in:
tangly1024.com
2024-09-05 12:13:07 +08:00
parent 218d1fa37e
commit c351b76c13
15 changed files with 953 additions and 757 deletions

View File

@@ -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>
)}