Change adsense variable names
This commit is contained in:
parent
b634829548
commit
034fa947b4
3 changed files with 10 additions and 10 deletions
|
@ -28,12 +28,12 @@
|
||||||
{{ article.content }}
|
{{ article.content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if ADSENSE.adClientId and ADSENSE.adSlot.articleBottom %}
|
{% if ADSENSE.adClientId and ADSENSE.adSlot.articleBottom_responsible %}
|
||||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:block"
|
style="display:block"
|
||||||
data-ad-client="{{ ADSENSE.adClientId }}"
|
data-ad-client="{{ ADSENSE.adClientId }}"
|
||||||
data-ad-slot="{{ ADSENSE.adSlot.articleBottom }}"
|
data-ad-slot="{{ ADSENSE.adSlot.articleBottom_responsible }}"
|
||||||
data-ad-format="auto"></ins>
|
data-ad-format="auto"></ins>
|
||||||
<script>
|
<script>
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
|
|
@ -98,13 +98,13 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if ADSENSE.adClientId and ADSENSE.adSlot.aside %}
|
{% if ADSENSE.adClientId and ADSENSE.adSlot.aside_250x250 %}
|
||||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
|
<!-- GF - Aside -->
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:block"
|
style="display:inline-block;width:250px;height:250px"
|
||||||
data-ad-client="{{ ADSENSE.adClientId }}"
|
data-ad-client="{{ ADSENSE.adClientId }}"
|
||||||
data-ad-slot="{{ ADSENSE.adSlot.aside }}"
|
data-ad-slot="{{ ADSENSE.adSlot.aside_250x250 }}"></ins>
|
||||||
data-ad-format="auto"></ins>
|
|
||||||
<script>
|
<script>
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
</script>
|
</script>
|
||||||
|
@ -113,12 +113,12 @@
|
||||||
</aside>
|
</aside>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
{% if ADSENSE.adClientId and ADSENSE.adSlot.top %}
|
{% if ADSENSE.adClientId and ADSENSE.adSlot.top_responsible %}
|
||||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:block"
|
style="display:block"
|
||||||
data-ad-client="{{ ADSENSE.adClientId }}"
|
data-ad-client="{{ ADSENSE.adClientId }}"
|
||||||
data-ad-slot="{{ ADSENSE.adSlot.top }}"
|
data-ad-slot="{{ ADSENSE.adSlot.top_responsible }}"
|
||||||
data-ad-format="auto"></ins>
|
data-ad-format="auto"></ins>
|
||||||
<script>
|
<script>
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
|
|
@ -37,12 +37,12 @@
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if ADSENSE.adClientId and ADSENSE.adSlot.homeBottom %}
|
{% if ADSENSE.adClientId and ADSENSE.adSlot.homeBottom_responsible %}
|
||||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:block"
|
style="display:block"
|
||||||
data-ad-client="{{ ADSENSE.adClientId }}"
|
data-ad-client="{{ ADSENSE.adClientId }}"
|
||||||
data-ad-slot="{{ ADSENSE.adSlot.homeBottom }}"
|
data-ad-slot="{{ ADSENSE.adSlot.homeBottom_responsible }}"
|
||||||
data-ad-format="auto"></ins>
|
data-ad-format="auto"></ins>
|
||||||
<script>
|
<script>
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
|
Loading…
Add table
Reference in a new issue