🐛 fix fathom

This commit is contained in:
wellá
2021-10-18 08:28:41 +02:00
parent 478274536d
commit 26289dcd95

View File

@@ -2,10 +2,7 @@
<html {{ HTML_ATTRS }}> <html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}> <head {{ HEAD_ATTRS }}>
<!-- Fathom - beautiful, simple website analytics --> <!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/3.js" site="OCSVINVR"></script> <script src="https://cdn.usefathom.com/script.js" data-spa="auto" data-site="XVSLUORL" defer></script>
<script>
window.fathom || document.write('<script src="https://quokka.webgems.io/core.js"><\/script>');
</script>
<!-- / Fathom --> <!-- / Fathom -->
{{ HEAD }} {{ HEAD }}