Add privacy policy links to DDG and Qwant

This commit is contained in:
nitrohorse
2020-04-20 21:25:53 -07:00
parent 73f9ccb76d
commit 538b5b40a0
2 changed files with 11 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}}"