fix fathom

This commit is contained in:
André Weller
2019-05-12 02:05:05 +02:00
parent 595baa1879
commit e2379e5c08

View File

@@ -4,7 +4,6 @@
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function (f, a, t, h, o, m) {
@@ -22,5 +21,6 @@
fathom('trackPageview');
</script>
<!-- / Fathom -->
{{ APP }}
</body>
</html>