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