Move privacy link to _config.yml

This commit is contained in:
Tim Byrne 2019-11-12 20:21:32 -06:00
parent 401ffa6bb8
commit 20665a5d9e
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,9 @@ footer:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: https://twitter.com/TheLocehiliosan
- label: "Privacy Policy"
icon: "fas fa-fw fa-user-shield"
url: /privacy
atom_feed: false
# path: false

View File

@ -11,7 +11,6 @@
{% endif %}
{% endfor %}
{% endif %}
<li><a href="/privacy"><i class="{{ link.icon | default: 'fas fa-user-shield' }}" aria-hidden="true"></i> Privacy policy</a></li>
<!-- removed feed -->
</ul>