8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a1c4a commit fb893cbCopy full SHA for fb893cb
bloggy/templates/widgets/ad-unit-in-feed.html
@@ -1,4 +1,5 @@
1
{% if LOAD_GOOGLE_ADS %}
2
+ <div style="max-width: 720px">
3
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5125794458843883"
4
crossorigin="anonymous"></script>
5
<ins class="adsbygoogle"
@@ -10,6 +11,7 @@
10
11
<script>
12
(adsbygoogle = window.adsbygoogle || []).push({});
13
</script>
14
+ </div>
15
{% else %}
16
<div class="d-flex align-items-center bg-light my-3" style="width:100%;height:100px;">
17
<small class="text-center font-xs text-muted mx-auto">AD-SPACE</small>
0 commit comments