Skip to content

Commit f958ce1

Browse files
committed
add GoatCounter analytics and Privacy Policy
- fix #42 - see MDAnalysis/MDAnalysis.github.io#129 for Privacy Policy
1 parent f5f12a7 commit f958ce1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/_templates/footer.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{% extends "!footer.html" %}
2+
3+
{% block extrafooter %}
4+
{{ super() }}
5+
<div class="footer"><p>Please see
6+
our <a href="https://www.mdanalysis.org/pages/privacy/">Privacy Policy</a>
7+
to learn how <a href="https://www.mdanalysis.org">MDAnalysis</a> collects data.</p>
8+
<script data-goatcounter="https://mdanalysis.goatcounter.com/count"
9+
async src="//gc.zgo.at/count.js"></script>
10+
</div>
11+
{% endblock %}

0 commit comments

Comments
 (0)