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