Skip to content

Commit 1432fd7

Browse files
authored
Update analytics.html
1 parent 07bba98 commit 1432fd7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

_includes/analytics.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
<!-- Global Site Tag (gtag.js) - Google Analytics -->
2-
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.ga_id }}"></script>
3-
<script>
4-
window.dataLayer = window.dataLayer || [];
5-
function gtag(){dataLayer.push(arguments);}
6-
gtag('js', new Date());
1+
<!-- Plausible.io Analytics -->
2+
<script defer data-domain="bokeh.org" src="https://plausible.io/js/script.js"></script>
73

8-
gtag('config', "{{ site.ga_id }}");
9-
</script>
10-
<!-- End Google Analytics -->
4+
<!-- End Plausible.io Analytics -->

0 commit comments

Comments
 (0)