Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
add fathom for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtrask committed Feb 5, 2019
1 parent aa78b10 commit 46b8f8d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@
'csrfToken' => csrf_token(),
]); ?>
</script>
<!-- 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, '//157.230.91.29/tracker.js', 'fathom');
fathom('set', 'siteId', 'TIVQG');
fathom('trackPageview');
</script>
<!-- / Fathom -->
</head>
<body>
<div id="app">
Expand Down

0 comments on commit 46b8f8d

Please sign in to comment.