Skip to content

Commit 9956507

Browse files
committed
remove google analytics and plausible.io
we're going to be migrating to self-hosted plausbile entirely now. drop plausible.io script, and enable outbound links
1 parent ac6463d commit 9956507

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Diff for: templates/base.html

+1-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@
55
<!--[if gt IE 8]><!--><html class="no-js" lang="en" dir="ltr"> <!--<![endif]-->
66
{% load pipeline sitetree %}
77
<head>
8-
<!-- Google tag (gtag.js) -->
9-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TF35YF9CVH"></script>
10-
<script>
11-
window.dataLayer = window.dataLayer || [];
12-
function gtag(){dataLayer.push(arguments);}
13-
gtag('js', new Date());
14-
gtag('config', 'G-TF35YF9CVH');
15-
</script>
16-
<!-- Plausible.io analytics -->
17-
<script defer data-domain="python.org" src="https://plausible.io/js/script.js"></script>
18-
<script defer data-domain="python.org" src="https://analytics.python.org/js/script.js"></script>
8+
<script defer data-domain="python.org" src="https://analytics.python.org/js/script.outbound-links.js"></script>
199

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

0 commit comments

Comments
 (0)