2014-09-05 02:58:32 +02:00
|
|
|
{% if site.owner.google.ad-client and site.owner.google.ad-slot %}
|
2014-07-31 15:37:41 +02:00
|
|
|
<div class="google-ads">
|
|
|
|
<!-- 320 x 50 ad -->
|
|
|
|
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style="display:inline-block;width:320px;height:50px"
|
|
|
|
data-ad-client="{{ site.owner.google.ad-client }}"
|
2014-09-09 12:34:18 +02:00
|
|
|
data-ad-slot="{{ site.owner.google.ad-slot }}"></ins>
|
2014-07-31 15:37:41 +02:00
|
|
|
<script>
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
</script>
|
|
|
|
</div><!-- /.google-ads -->
|
2014-09-05 02:58:32 +02:00
|
|
|
{% endif %}
|
2014-07-31 15:37:41 +02:00
|
|
|
|
2014-11-20 22:26:37 +01:00
|
|
|
<span>© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://mademistakes.com/minimal-mistakes/" rel="nofollow">Minimal Mistakes</a> theme.</span>
|