Skip to content

Commit 2a89133

Browse files
committed
google analytics -> fathom
1 parent 204d969 commit 2a89133

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

themes/vue/layout/layout.ejs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,9 @@
7676
window.PAGE_TYPE = "<%- page.type %>"
7777
</script>
7878

79-
<!-- ga -->
80-
<script>
81-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
82-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
83-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
84-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
85-
86-
ga('create', '<%- theme.google_analytics %>', '<%- theme.root_domain %>');
87-
ga('send', 'pageview');
88-
</script>
79+
<!-- Fathom - beautiful, simple website analytics -->
80+
<script src="https://cdn.usefathom.com/script.js" data-site="VNLEECSM" defer></script>
81+
<!-- / Fathom -->
8982

9083
<!-- vimeo analytics -->
9184
<script type="text/javascript" defer="defer" src="https://extend.vimeocdn.com/ga/72160148.js"></script>

0 commit comments

Comments
 (0)