mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-15 15:09:25 +00:00
Fukasawa主题 - 评论插件微调
This commit is contained in:
@@ -125,7 +125,6 @@ export default function ArticleDetail ({ post, recommendPosts, prev, next }) {
|
||||
|
||||
{/* 评论互动 */}
|
||||
<div className="duration-200 shadow px-12 w-screen md:w-full overflow-x-auto dark:border-gray-700 bg-white dark:bg-gray-800">
|
||||
<div className='text-2xl mt-8 mx-8'>发表评论</div>
|
||||
<Comment frontMatter={post} />
|
||||
</div>
|
||||
</div>)
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
// export * from './Empty' // 空主题
|
||||
// export * from './NEXT'
|
||||
// export * from './Fukasawa'
|
||||
export * from './Fukasawa'
|
||||
// export * from './Hexo'
|
||||
export * from './Medium'
|
||||
// export * from './Medium'
|
||||
|
||||
Reference in New Issue
Block a user