From 7f9f522889a1d275ac952ceed3c0bc961d740851 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 20 Jun 2023 17:10:06 +0800 Subject: [PATCH] =?UTF-8?q?adsense=E5=B9=BF=E5=91=8A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/simple/components/BlogListPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/simple/components/BlogListPage.js b/themes/simple/components/BlogListPage.js index c8321d33..8ffe333c 100644 --- a/themes/simple/components/BlogListPage.js +++ b/themes/simple/components/BlogListPage.js @@ -20,7 +20,8 @@ export const BlogListPage = props => {
{posts?.map((p, index) => (
- {(index + 1) % 3 === 0 && } + {(index + 1) % 3 === 0 && } + { (index + 1) === 4 && }
))}