Skip to content

Commit a9aef46

Browse files
committed
Restore google adsense
This is done creatin a custom footer
1 parent 05f9ba9 commit a9aef46

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_includes/footer/custom.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!-- start custom footer snippets -->
2+
<div>
3+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
4+
<!-- post -->
5+
<ins class="adsbygoogle"
6+
style="display:block"
7+
data-ad-client="ca-pub-0283539618198965"
8+
data-ad-slot="8253794087"
9+
data-ad-format="auto"></ins>
10+
<script>
11+
(adsbygoogle = window.adsbygoogle || []).push({});
12+
</script>
13+
</div>
14+
<br/>
15+
<!-- end custom footer snippets -->

0 commit comments

Comments
 (0)