Skip to content

Commit 4cda527

Browse files
Merge pull request #28 from mancellin/analytics_on_doc_website
Add analytics collection with Plausible.io
2 parents 7181961 + e439259 commit 4cda527

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/_templates/layout.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<script defer data-domain="eurobios-mews-labs.github.io/palma" src="https://plausible.io/js/script.js"></script>
4+
{{super}}
5+
{% endblock %}

0 commit comments

Comments
 (0)