update google adsense html
This commit is contained in:
parent
438cc9561c
commit
9b22715909
|
@ -5,11 +5,15 @@
|
||||||
style="display:block; text-align:center;"
|
style="display:block; text-align:center;"
|
||||||
data-ad-layout="in-article"
|
data-ad-layout="in-article"
|
||||||
data-ad-format="fluid"
|
data-ad-format="fluid"
|
||||||
data-ad-client="ca-pub-xxxxxx"
|
data-ad-client="{{.Site.Params.adsClient}}"
|
||||||
data-ad-slot="xxxxx"
|
data-ad-slot="{{.Site.Params.adsInArticleSlot}}"
|
||||||
>
|
>
|
||||||
</ins>
|
</ins>
|
||||||
<script>
|
<script>
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2111127395117288"
|
||||||
|
crossorigin="anonymous"></script>
|
Loading…
Reference in New Issue