mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Use Fathom
This commit is contained in:
parent
1789c28295
commit
38a7e07547
@ -1,13 +1,14 @@
|
|||||||
<script type="text/javascript">
|
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
||||||
|
<script>
|
||||||
var _gaq = _gaq || [];
|
(function(f, a, t, h, o, m){
|
||||||
_gaq.push(['_setAccount', 'UA-603600-6']);
|
a[h]=a[h]||function(){
|
||||||
_gaq.push(['_trackPageview']);
|
(a[h].q=a[h].q||[]).push(arguments)
|
||||||
|
};
|
||||||
(function() {
|
o=f.createElement('script'),
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
m=f.getElementsByTagName('script')[0];
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
o.async=1; o.src=t; o.id='fathom-script';
|
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
m.parentNode.insertBefore(o,m)
|
||||||
})();
|
})(document, window, 'https://fathom.danbee.in/tracker.js', 'fathom');
|
||||||
|
fathom('trackPageview');
|
||||||
</script>
|
</script>
|
||||||
|
<!-- / Fathom -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user