Skip to content

Commit 92d73a8

Browse files
committed
chore: add ad in navdrawer
1 parent c5613b0 commit 92d73a8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

partials/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ <h5>Star us</h5>
4848

4949
<!-- Ad Placements -->
5050
<div style="width: 100%;">
51-
<small>Advertisment</small>
5251
<div style="height: 90px; width: 100%; ">
5352
<script
5453
async

partials/navbar.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,19 @@
102102
class="surface"
103103
style="height: 100px; width: 100%; left: 0; bottom: 0; position: sticky;"
104104
>
105-
<small>Advertisment</small>
106-
<div style="border: 1px dotted red; height: 90px; width: 100%; "></div>
105+
<script
106+
async
107+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9412332535613378"
108+
crossorigin="anonymous"
109+
></script>
110+
<ins
111+
class="adsbygoogle"
112+
style="display:block"
113+
data-ad-format="fluid"
114+
data-ad-layout-key="-fb+5w+4e-db+86"
115+
data-ad-client="ca-pub-9412332535613378"
116+
data-ad-slot="4127762940"
117+
></ins>
107118
</li>
108119
</ul>
109120
</header>

0 commit comments

Comments
 (0)