Skip to content

Commit

Permalink
moved fathom from header to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrignell committed Apr 17, 2019
1 parent 7c3e2df commit 6073454
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
14 changes: 14 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,17 @@
});
</script>
{% endif %}
<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, '//cdn.usefathom.com/tracker.js', 'fathom');
fathom('set', 'siteId', 'MFPJBOXE');
fathom('trackPageview');
</script>
<!-- / Fathom -->
15 changes: 1 addition & 14 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,5 @@
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#F7D708">
<!-- Fathom - simple website analytics - https://usefathom.com -->
<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, '//cdn.usefathom.com/tracker.js', 'fathom');
fathom('set', 'siteId', 'MFPJBOXE');
fathom('trackPageview');
</script>
<!-- / Fathom -->

</head>

0 comments on commit 6073454

Please sign in to comment.