https://github.com/python/cpython/commit/53b9370c43bd7637f677ac069c203cd42bf8c2ce commit: 53b9370c43bd7637f677ac069c203cd42bf8c2ce branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-04-08T07:51:18Z summary:
[3.13] Add psfhosted Plausible instance to analytics (GH-132252) (#132253) Add psfhosted Plausible instance to analytics (GH-132252) (cherry picked from commit 40844164b1d1d0f072990ff94202c348771676d6) Co-authored-by: Ee Durbin <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
