mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 07:26:47 +00:00
Adsense
This commit is contained in:
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user