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