]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add psfhosted Plausible instance to analytics (#132252)
authorEe Durbin <ewdurbin@gmail.com>
Tue, 8 Apr 2025 07:37:42 +0000 (03:37 -0400)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 07:37:42 +0000 (10:37 +0300)
Doc/tools/templates/layout.html

index 10a87f50d8566b53bbce9b84965f4aed227b50f5..69c2ab6ae0519d23c6f44c983982ce0cd8199fdc 100644 (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" %}