Display feed(s) in footer if no SOCIAL links

For sites where there are no SOCIAL links defined the FEED_ALL_ATOM and/or the FEED_ALL_RSS links are not displayed.
This commit is contained in:
Steve Schwarz 2013-02-23 16:43:48 -06:00
commit 539a19b1a0

View file

@ -54,7 +54,7 @@
</ul>
</div><!-- /.blogroll -->
{% endif %}
{% if SOCIAL %}
{% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
<div class="social">
<h2>social</h2>
<ul>