remove analytics
This commit is contained in:
@@ -1,17 +1 @@
|
|||||||
{{define "analytics"}}{{if not debugMode}}
|
{{define "analytics"}}{{end}}
|
||||||
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
|
||||||
<script>
|
|
||||||
(function(f, a, t, h, o, m){
|
|
||||||
a[h]=a[h]||function(){
|
|
||||||
(a[h].q=a[h].q||[]).push(arguments)
|
|
||||||
};
|
|
||||||
o=f.createElement('script'),
|
|
||||||
m=f.getElementsByTagName('script')[0];
|
|
||||||
o.async=1; o.src=t; o.id='fathom-script';
|
|
||||||
m.parentNode.insertBefore(o,m)
|
|
||||||
})(document, window, '//fathom.pixeldrain.com/tracker.js', 'fathom');
|
|
||||||
fathom('set', 'siteId', 'AWHYP');
|
|
||||||
fathom('trackPageview');
|
|
||||||
</script>
|
|
||||||
<!-- / Fathom -->
|
|
||||||
{{end}}{{end}}
|
|
||||||
|
Reference in New Issue
Block a user