https://github.com/python/cpython/commit/40844164b1d1d0f072990ff94202c348771676d6
commit: 40844164b1d1d0f072990ff94202c348771676d6
branch: main
author: Ee Durbin <ewdur...@gmail.com>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-04-08T10:37:42+03:00
summary:

Add psfhosted Plausible instance to analytics (#132252)

files:
M Doc/tools/templates/layout.html

diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html
index 10a87f50d8566b..69c2ab6ae0519d 100644
--- a/Doc/tools/templates/layout.html
+++ b/Doc/tools/templates/layout.html
@@ -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" %}

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to