Fukasawa主题 - 评论插件微调

This commit is contained in:
tangly1024
2022-02-18 11:23:13 +08:00
parent 386f7320b9
commit 6007d710d8
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -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'