mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 00:15:31 -04:00
re-organize a bunch of partials
This commit is contained in:
13
layouts/partials/scripts/fathom.html
Normal file
13
layouts/partials/scripts/fathom.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<script>
|
||||
(function(j, a, r, v, i, s){
|
||||
a[v]=a[v]||function(){
|
||||
(a[v].q=a[v].q||[]).push(arguments)
|
||||
};
|
||||
i=j.createElement('script'),
|
||||
s=j.getElementsByTagName('script')[0];
|
||||
i.async=1; i.src=r; i.id='fathom-script';
|
||||
s.parentNode.insertBefore(i,s)
|
||||
})(document, window, 'https://s.jarv.is/tracker.js', 'fathom');
|
||||
fathom('set', 'siteId', 'DYCXU');
|
||||
fathom('trackPageview');
|
||||
</script>
|
Reference in New Issue
Block a user