brouilleursdeblanc/_includes/ad-sidebar.html

17 lines
761 B
HTML
Raw Normal View History

<div class="google-ads" style="margin-top:40px; text-align:center;">
2014-09-04 19:06:14 +00:00
<style>
.responsive-ads { width: 300px; height: 200px; }
@media(min-width: 518px) { .responsive-ads { width: 468px; height: 60px; } }
@media(min-width: 778px) { .responsive-ads { width: 728px; height: 90px; } }
@media(min-width: 1000px) { .responsive-ads { width: 160px; height: 600px; } }
</style>
2014-08-23 21:50:29 +00:00
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
2014-09-04 19:06:14 +00:00
<ins class="adsbygoogle responsive-ads"
style="display:inline-block"
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 -->