Skip to content

Instantly share code, notes, and snippets.

@pjrvs
Created December 3, 2018 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjrvs/a36a413a6ceede48eac1cd785424c5ae to your computer and use it in GitHub Desktop.
Save pjrvs/a36a413a6ceede48eac1cd785424c5ae to your computer and use it in GitHub Desktop.
<!-- 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, '//XXX.XXX.com/tracker.js', 'fathom');
fathom('trackPageview');
</script>
<!-- / Fathom -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment