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 -->
|
2016-02-22 22:16:15 +01:00
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
2014-07-31 15:37:41 +02:00
|
|
|
<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
|
|
|
|
2016-02-23 17:19:21 +01:00
|
|
|
<span>© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a> theme.</span>
|