We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4bb30 commit 993b8e4Copy full SHA for 993b8e4
templates/base.html.jinja
@@ -83,6 +83,10 @@
83
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
84
crossorigin="anonymous">
85
</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>
90
{% block extrascript %}
91
{% endblock %}
92
</html>
0 commit comments