mirror of
https://github.com/playit-cloud/support-docs.git
synced 2025-05-13 12:02:47 +00:00
12 lines
435 B
HTML
12 lines
435 B
HTML
<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, '{{ .Site.Params.fathomAnalytics.rootURL }}tracker.js', 'fathom');
|
|
fathom('trackPageview');
|
|
</script> |