Skip to content

Commit 993b8e4

Browse files
Add Plausible analytics (#168)
1 parent 9e4bb30 commit 993b8e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/base.html.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
8484
crossorigin="anonymous">
8585
</script>
86+
87+
{# Plausible analytics #}
88+
<script defer data-domain="translations.python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
89+
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
8690
{% block extrascript %}
8791
{% endblock %}
8892
</html>

0 commit comments

Comments
 (0)