Skip to content

Commit 8e088fa

Browse files
committed
fixed issue and removed extra
1 parent 984dd85 commit 8e088fa

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/pages/articles/[year]/[month]/[day]/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if (recommended.length < 3) {
128128
</section>
129129
) : null
130130
}
131-
}
131+
132132

133133
<!-- Autorelaxed Ad -->
134134
<AdUnit

src/pages/categories/index.astro

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,4 @@ const articles = categoriesHandler.allCategoriesWithLatestArticles();
7171
}
7272
</ul>
7373

74-
<!-- Autorelaxed Ad below categories list -->
75-
<div class="my-8 flex justify-center">
76-
<AdUnit
77-
adType="autorelaxed"
78-
adSlot="9560154927"
79-
className="w-full max-w-4xl"
80-
/>
81-
</div>
8274
</ListLayout>

0 commit comments

Comments
 (0)