Skip to content

Commit 959fb62

Browse files
miss-islingtonJacobCoffeeAA-Turner
authored andcommitted
[3.14] Doc: Track file downloads via plausible (pythonGH-138393) (python#138396)
Co-authored-by: Jacob Coffee <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent 192fa90 commit 959fb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% block extrahead %}
2929
{% if builder == "html" %}
3030
{% if enable_analytics %}
31-
<script defer data-domain="docs.python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
31+
<script defer file-types="bz2,epub,zip" data-domain="docs.python.org" src="https://analytics.python.org/js/script.file-downloads.outbound-links.js"></script>
3232
{% endif %}
3333
<link rel="canonical" href="https://docs.python.org/3/{{pagename}}.html">
3434
{% if pagename == 'whatsnew/changelog' and not embedded %}

0 commit comments

Comments
 (0)