Merge pull request #144 from olipratt/addthisdivcheck

Close the addthis relatedposts div, and only include it if addthis is enabled
This commit is contained in:
Alexandre Vicenzi 2018-02-26 09:37:06 -03:00 committed by GitHub
commit cbc9cd6885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,8 +72,8 @@
{% endfor %}
</ul>
</div>
{% else %}
<div class="addthis_relatedposts_inline">
{% elif ADD_THIS_ID %}
<div class="addthis_relatedposts_inline"></div>
{% endif %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_bottom %}