Skip to content

Commit e98ebcc

Browse files
authored
Merge pull request #127 from MDAnalysis/add-analystics-privacy
add GoatCounter analytics and Privacy Policy
2 parents 328b8fe + bbf92a9 commit e98ebcc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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)