Skip to content

Commit 1f1ea27

Browse files
authored
Update plausible script to their new version (#825)
1 parent becd4f4 commit 1f1ea27

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_layouts/default.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,12 @@
7575
<link rel="apple-touch-icon" sizes="167x167" href="/assets/favicons/apple-touch-icon-167x167.png">
7676
<link rel="me" href="https://hachyderm.io/@ProjectJupyter">
7777
<script>console.log('Welcome to Project Jupyter! Explore the various tools available and their corresponding documentation. If you are interested in contributing to the platform, please visit the community resources section at https://jupyter.org/community.html.')</script>
78-
<!-- Plausible script for web analytics -->
79-
<script defer data-domain="jupyter.org" src="https://plausible.io/js/script.hash.outbound-links.js"></script>
78+
<!-- Privacy-friendly analytics by Plausible -->
79+
<script async src="https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js"></script>
80+
<script>
81+
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
82+
plausible.init({hashBasedRouting: true})
83+
</script>
8084
</head>
8185
<body>
8286
<nav class="navbar">

0 commit comments

Comments
 (0)