10000 Add psfhosted Plausible instance to analytics (GH-132252) · python/cpython@5af4e8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5af4e8b

Browse files
ewdurbinmiss-islington
authored andcommitted
Add psfhosted Plausible instance to analytics (GH-132252)
(cherry picked from commit 4084416) Co-authored-by: Ee Durbin <ewdurbin@gmail.com>
1 parent ed01daf commit 5af4e8b

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)
0