Add privacy policy links to browser recommendations

This commit is contained in:
nitrohorse
2020-04-24 19:39:40 -07:00
parent 18aacfcb94
commit 11098d12f3
2 changed files with 16 additions and 0 deletions

View File

@ -69,6 +69,15 @@
<i class="fas fa-external-link-alt fa-fw"></i>
Website
</a>
{% if include.privacy-policy %}
<a
href="{{include.privacy-policy}}"
rel="noopener"
class="btn btn-warning mt-1 mr-1">
<i class="fas fa-book fa-fw"></i>
Privacy Policy
</a>
{% endif %}
{% if include.forum %}
<a
href="{{include.forum}}"