Skip to content

Commit b57bf50

Browse files
committed
Track file downloads via Plausible
1 parent 540b005 commit b57bf50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/base.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<!--[if gt IE 8]><!--><html class="no-js" lang="en" dir="ltr"> <!--<![endif]-->
66
{% load pipeline sitetree %}
77
<head>
8-
<script defer data-domain="python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
8+
<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>
912

1013
<meta charset="utf-8">
1114
<meta http-equiv="X-UA-Compatible" content="IE=edge">

0 commit comments

Comments
 (0)