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:
commit
cbc9cd6885
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% elif ADD_THIS_ID %}
|
||||||
<div class="addthis_relatedposts_inline">
|
<div class="addthis_relatedposts_inline"></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_bottom %}
|
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.article_bottom %}
|
||||||
|
|
Loading…
Reference in a new issue