mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
11 lines
472 B
HTML
11 lines
472 B
HTML
|
<div class="google-ads" style="margin:10px 0;">
|
||
|
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||
|
<!-- 320x50 ad -->
|
||
|
<ins class="adsbygoogle"
|
||
|
style="display:inline-block;width:320px;height:50px"
|
||
|
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 -->
|