Add privacy policy links for digital notebooks (#1859)

This commit is contained in:
nitrohorse
2020-04-25 16:22:19 -07:00
committed by GitHub
parent 18aacfcb94
commit 6b141207c4
2 changed files with 12 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}}"