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