parent
b545f9a56e
commit
5360d3f5f0
5 changed files with 79 additions and 0 deletions
|
@ -37,5 +37,17 @@
|
|||
</article>
|
||||
{% endfor %}
|
||||
|
||||
{% 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_responsible }}"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% include "partial/pagination.html" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue