social network links: fix bug where RSS was showing up even if turned off
This commit is contained in:
parent
f100dba676
commit
b640dbcbc0
@ -1,6 +1,6 @@
|
|||||||
<ul class="list-inline text-center footer-links">
|
<ul class="list-inline text-center footer-links">
|
||||||
|
|
||||||
{%- if site.social-network-links.facebook -%}
|
{%- if site.social-network-links.rss -%}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ '/feed.xml' | relative_url }}" title="RSS">
|
<a href="{{ '/feed.xml' | relative_url }}" title="RSS">
|
||||||
<span class="fa-stack fa-lg" aria-hidden="true">
|
<span class="fa-stack fa-lg" aria-hidden="true">
|
||||||
|
Loading…
Reference in New Issue
Block a user