restoring tracking script to app.html

This commit is contained in:
Erin
2019-07-27 17:17:11 -05:00
parent 65461a14cc
commit 9dbeaedb7f

View File

@@ -5,7 +5,7 @@
</head> </head>
<body {{ BODY_ATTRS }}> <body {{ BODY_ATTRS }}>
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom --> <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<!-- <script> <script>
(function (f, a, t, h, o, m) { (function (f, a, t, h, o, m) {
a[h] = a[h] || function () { a[h] = a[h] || function () {
(a[h].q = a[h].q || []).push(arguments) (a[h].q = a[h].q || []).push(arguments)
@@ -19,7 +19,7 @@
})(document, window, '//stats.lost.services/tracker.js', 'fathom'); })(document, window, '//stats.lost.services/tracker.js', 'fathom');
fathom('set', 'siteId', 'KQYXI'); fathom('set', 'siteId', 'KQYXI');
fathom('trackPageview'); fathom('trackPageview');
</script> --> </script>
<!-- / Fathom --> <!-- / Fathom -->
{{ APP }} {{ APP }}
</body> </body>