Skip to content

Commit 95979b2

Browse files
author
aryan
committed
placed Blog In-feed Ad
1 parent e8b2b07 commit 95979b2

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

layouts/blog/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{{/* <div class="content">{{ .Content }}</div> */}}
2020
{{/* <h1 class="hx-text-center " >Blog with featured tag</h1> */}}
2121
{{ partial "blog-cards.html" . }}
22-
22+
{{ partial "google/blog-In-feed-ad.html" . }}
2323
</main>
2424
</article>
2525
<div class="max-xl:hx-hidden hx-h-0 hx-w-64 hx-shrink-0"></div>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7993314093599705"
2+
crossorigin="anonymous"></script>
3+
<ins class="adsbygoogle"
4+
style="display:block"
5+
data-ad-format="fluid"
6+
data-ad-layout-key="-64+c2-e-35+jb"
7+
data-ad-client="ca-pub-7993314093599705"
8+
data-ad-slot="2681535439"></ins>
9+
<script>
10+
(adsbygoogle = window.adsbygoogle || []).push({});
11+
</script>

0 commit comments

Comments
 (0)