mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 23:16:49 +00:00
Page 隐藏博文组件
This commit is contained in:
@@ -66,7 +66,7 @@ export const ArticleDetail = props => {
|
||||
{CONFIG_MEDIUM.POST_DETAIL_TAG && post?.tagItems?.map(tag => <TagItemMini key={tag.name} tag={tag} />)}
|
||||
</div>
|
||||
</div>
|
||||
<ArticleAround prev={prev} next={next} />
|
||||
{post.type === 'Post' && <ArticleAround prev={prev} next={next} /> }
|
||||
<Comment frontMatter={post} />
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user