Skip to content

Commit 03b920f

Browse files
committed
Add psfhosted plausbile instance to analytics
I'm evaluating the self-hosted option on the psf infrastructure.
1 parent e2b35ee commit 03b920f

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)