Skip to content

Commit ad593d4

Browse files
committed
adding 2nd ad unit at bottom of home
1 parent 05fa0a6 commit ad593d4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

_layouts/home.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,23 @@ <h2 class="notepad-blog-description">{{ site.description }}</h2>
5454
</div>
5555

5656
{{ content }}
57+
58+
<div style="text-align: center;">
59+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
60+
<!-- codein2-footer -->
61+
<ins class="adsbygoogle"
62+
style="display:inline-block;width:728px;height:90px"
63+
data-ad-client="ca-pub-7466474470517357"
64+
data-ad-slot="9952356430"></ins>
65+
<script>
66+
(adsbygoogle = window.adsbygoogle || []).push({});
67+
</script>
68+
</div>
69+
70+
71+
72+
73+
5774
</main>
5875
{% include footer.html %}
5976

0 commit comments

Comments
 (0)