Skip to content

Commit 05fa0a6

Browse files
committed
adding 2nd ad unit at bottom of posts
1 parent 8850edd commit 05fa0a6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

_layouts/post.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,23 @@ <h1>{{ page.title }}</h1>
8383
{% if page.imagefeature %}<article class="notepad-post-content post">{% else %}<article class="notepad-post-content post tag-simple">{% endif %}
8484
<div>{{ content }}
8585
</div>
86+
87+
<div style="text-align: center;">
88+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
89+
<!-- codein2-footer -->
90+
<ins class="adsbygoogle"
91+
style="display:inline-block;width:728px;height:90px"
92+
data-ad-client="ca-pub-7466474470517357"
93+
data-ad-slot="9952356430"></ins>
94+
<script>
95+
(adsbygoogle = window.adsbygoogle || []).push({});
96+
</script>
97+
</div>
98+
99+
100+
101+
102+
86103
</article>
87104
<div class="cf"></div>
88105
{% if site.share %}{% include share.html %}{% endif %}

0 commit comments

Comments
 (0)