We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540b005 commit b57bf50Copy full SHA for b57bf50
1 file changed
templates/base.html
@@ -5,7 +5,10 @@
5
<!--[if gt IE 8]><!--><html class="no-js" lang="en" dir="ltr"> <!--<![endif]-->
6
{% load pipeline sitetree %}
7
<head>
8
- <script defer data-domain="python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
+ <script defer
9
+ file-types="bz2,chm,dmg,exe,gz,json,msi,msix,pdf,pkg,tgz,xz,zip"
10
+ data-domain="python.org"
11
+ src="https://analytics.python.org/js/script.file-downloads.outbound-links.js"></script>
12
13
<meta charset="utf-8">
14
<meta http-equiv="X-UA-Compatible" content="IE=edge">
0 commit comments