Move privacy link to _config.yml
This commit is contained in:
parent
401ffa6bb8
commit
20665a5d9e
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue