Page 隐藏博文组件

This commit is contained in:
tangly
2022-11-05 16:02:54 +08:00
parent 671eaa6840
commit 3ea52edccd
4 changed files with 25 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ export default function ArticleDetail(props) {
</article>
<ArticleAround prev={prev} next={next} />
{post.type === 'Post' && <ArticleAround prev={prev} next={next} /> }
{/* 评论互动 */}
<div className="duration-200 shadow px-12 w-screen md:w-full overflow-x-auto dark:border-gray-700 bg-white dark:bg-hexo-black-gray">