mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-21 23:05:43 +01:00
baseof: support multiple ads per page
This commit is contained in:
parent
ad5b1e22ec
commit
9f449cfedd
@ -105,7 +105,9 @@
|
|||||||
|
|
||||||
{{- if eq (getenv "HUGO_ENV") "PRD" }}
|
{{- if eq (getenv "HUGO_ENV") "PRD" }}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
for (var i = 0; i < document.getElementsByClassName('adsbygoogle').length; i++) {
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user