13 lines
377 B
HTML
13 lines
377 B
HTML
|
{{ with .Site.Params.google_adsense }}
|
||
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||
|
<!-- plantroon blog -->
|
||
|
<ins class="adsbygoogle"
|
||
|
style="display:block"
|
||
|
data-ad-client="{{ . }}"
|
||
|
data-ad-slot="8599575024"
|
||
|
data-ad-format="auto"></ins>
|
||
|
<script>
|
||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||
|
</script>
|
||
|
{{ end }}
|