From 6736dcc03f4f0d4594c409e5abeeb0e76d9f73f4 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Tue, 7 Jul 2020 18:02:41 -0700 Subject: [PATCH] add GoatCounter analytics and link to Privacy Policy - close #87 - see also https://github.com/MDAnalysis/MDAnalysis.github.io/issues/129 (Privacy Policy) --- doc/source/_templates/footer.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/source/_templates/footer.html diff --git a/doc/source/_templates/footer.html b/doc/source/_templates/footer.html new file mode 100644 index 000000000..5fd6ad48e --- /dev/null +++ b/doc/source/_templates/footer.html @@ -0,0 +1,11 @@ +{% extends "!footer.html" %} + +{% block extrafooter %} +{{ super() }} + +{% endblock %}