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 %}
|
||||
</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 %}
|
||||
|
|
Loading…
Reference in a new issue