mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Magzine文章锁
This commit is contained in:
@@ -188,10 +188,10 @@ const LayoutSlug = props => {
|
||||
</div>
|
||||
|
||||
{/* Notion文章主体 */}
|
||||
<article
|
||||
id='article-wrapper'
|
||||
className='max-w-3xl lg:col-span-3 w-full mx-auto px-2 lg:px-0'>
|
||||
<NotionPage post={post} />
|
||||
<article className='max-w-3xl lg:col-span-3 w-full mx-auto px-2 lg:px-0'>
|
||||
<div id='article-wrapper'>
|
||||
<NotionPage post={post} />
|
||||
</div>
|
||||
|
||||
{/* 文章底部区域 */}
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user