fix fathom
This commit is contained in:
2
app.html
2
app.html
@@ -4,7 +4,6 @@
|
|||||||
{{ HEAD }}
|
{{ HEAD }}
|
||||||
</head>
|
</head>
|
||||||
<body {{ BODY_ATTRS }}>
|
<body {{ BODY_ATTRS }}>
|
||||||
{{ APP }}
|
|
||||||
<!-- 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) {
|
||||||
@@ -22,5 +21,6 @@
|
|||||||
fathom('trackPageview');
|
fathom('trackPageview');
|
||||||
</script>
|
</script>
|
||||||
<!-- / Fathom -->
|
<!-- / Fathom -->
|
||||||
|
{{ APP }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user