Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pages/blog/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ const ArticlePage = ({
<h1 className="text-3xl text-center font-headings md:text-5xl">
{title}
</h1>
{/* <!-- Ezoic - under_page_title - under_page_title --> */}
<div id="ezoic-pub-ad-placeholder-122"> </div>
{/* <!-- End Ezoic - under_page_title - under_page_title --> */}
<div className="text-center">
<div className="flex items-center justify-center mb-2 space-x-2 text-lg">
<p className="m-0 text-lg md:text-xl">{publishedOn}</p>
Expand Down Expand Up @@ -301,6 +304,9 @@ const ArticlePage = ({
<Reactions slug={slug} />
</div>
<Subscribe size={SubscribeSize.LARGE} />
{/* <!-- Ezoic - bottom_of_page - bottom_of_page --> */}
<div id="ezoic-pub-ad-placeholder-110"> </div>
{/* <!-- End Ezoic - bottom_of_page - bottom_of_page --> */}
{/* Link to sponsor if applicable */}
{sponsoredArticleUrl && (
<Callout>
Expand Down Expand Up @@ -352,6 +358,9 @@ const ArticlePage = ({
</h3>
<ShareArticle title={title} slug={slug} />
<Ad />
{/* <!-- Ezoic - sidebar - sidebar --> */}
<div id="ezoic-pub-ad-placeholder-112"> </div>
{/* <!-- End Ezoic - sidebar - sidebar --> */}
</aside>
</div>
</Container>
Expand Down