hugo-theme-zzo/layouts/partials/service/google-adsense.html

15 lines
466 B
HTML

{{ if and (not .Site.IsServer) (not ($.Param "disableAdsense")) }}
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins
class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-xxxxxx"
data-ad-slot="xxxxx"
>
</ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
{{ end }}