Change adsense variable names

This commit is contained in:
gustavofoa 2016-09-17 10:56:31 -03:00
parent b634829548
commit 034fa947b4
3 changed files with 10 additions and 10 deletions

View file

@ -28,12 +28,12 @@
{{ article.content }}
</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>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="{{ ADSENSE.adClientId }}"
data-ad-slot="{{ ADSENSE.adSlot.articleBottom }}"
data-ad-slot="{{ ADSENSE.adSlot.articleBottom_responsible }}"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});

View file

@ -98,13 +98,13 @@
</ul>
</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>
<!-- GF - Aside -->
<ins class="adsbygoogle"
style="display:block"
style="display:inline-block;width:250px;height:250px"
data-ad-client="{{ ADSENSE.adClientId }}"
data-ad-slot="{{ ADSENSE.adSlot.aside }}"
data-ad-format="auto"></ins>
data-ad-slot="{{ ADSENSE.adSlot.aside_250x250 }}"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
@ -113,12 +113,12 @@
</aside>
<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>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="{{ ADSENSE.adClientId }}"
data-ad-slot="{{ ADSENSE.adSlot.top }}"
data-ad-slot="{{ ADSENSE.adSlot.top_responsible }}"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});

View file

@ -37,12 +37,12 @@
</article>
{% 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>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="{{ ADSENSE.adClientId }}"
data-ad-slot="{{ ADSENSE.adSlot.homeBottom }}"
data-ad-slot="{{ ADSENSE.adSlot.homeBottom_responsible }}"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});