brouilleursdeblanc/_includes/ad-sidebar.html
Michael Rose edfa40d322 Add support for Google AdSense banners
- Variables for _config.yml
- Includes for sidebar and footer banners
2014-08-08 16:07:33 -04:00

11 lines
No EOL
495 B
HTML

<div class="google-ads" style="margin-top:40px; text-align:center;">
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 160x600 ad -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="{{ site.owner.google.ad-client }}"
data-ad-slot="{{ site.owner.google.ad-slot }}"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div><!-- /.google-ads -->