Added fathom template
This commit is contained in:
parent
03e985759e
commit
a110f291e6
17
layouts/partials/fathom-tracking.html
Normal file
17
layouts/partials/fathom-tracking.html
Normal file
@ -0,0 +1,17 @@
|
||||
{{ if .Site.Params.fanthomEnabled }}
|
||||
<!-- 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, '//{{ .Site.Params.fathomUrl }}/tracker.js', 'fathom');
|
||||
fathom('set', 'siteId', '{{ .Site.Params.fathomSiteID }}');
|
||||
fathom('trackPageview');
|
||||
</script>
|
||||
<!-- / Fathom -->
|
||||
{{end}}
|
@ -45,5 +45,6 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
{{ partial "fathom-tracking.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user