This commit is contained in:
tangly1024
2024-09-16 11:29:01 +08:00
parent a7945be515
commit 2d282dc388

View File

@@ -211,7 +211,6 @@ const LayoutSlug = props => {
{/* 上一篇下一篇 */}
<PostNavAround prev={prev} next={next} />
<AdSlot />
{/* 评论区 */}
<Comment frontMatter={post} />
</section>
@@ -241,6 +240,11 @@ const LayoutSlug = props => {
<PostGroupLatest {...props} vertical={true} />
</div>
{/* Adsense */}
<div>
<AdSlot />
</div>
{/* 文章分类区块 */}
<div>
<CategoryGroup {...props} />