Skip to content

Commit 53b9370

Browse files
[3.13] Add psfhosted Plausible instance to analytics (GH-132252) (#132253)
Add psfhosted Plausible instance to analytics (GH-132252) (cherry picked from commit 4084416) Co-authored-by: Ee Durbin <[email protected]>
1 parent bde7283 commit 53b9370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/tools/templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
{% block extrahead %}
2929
{% if builder == "html" and enable_analytics %}
3030
<script defer data-domain="docs.python.org" src="https://plausible.io/js/script.js"></script>
31+
<script defer data-domain="docs.python.org" src="https://analytics.python.org/js/script.js"></script>
3132
{% endif %}
3233
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html">
3334
{% if builder != "htmlhelp" %}

0 commit comments

Comments
 (0)