Add psfhosted Plausible instance to analytics (#132252)

This commit is contained in:
Ee Durbin 2025-04-08 03:37:42 -04:00 committed by GitHub
parent e2b35ee229
commit 40844164b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@
{% block extrahead %}
{% if builder == "html" and enable_analytics %}
<script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
<script defer data-domain="docs.python.org" src="https://analytics.python.org/js/script.js"></script>
{% endif %}
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html">
{% if builder != "htmlhelp" %}