chore(analytics): add Fathom analytics script

This commit is contained in:
Gigi
2025-11-30 22:12:19 +01:00
parent 4d3047476d
commit 3cbad434d6

View File

@@ -27,7 +27,11 @@
<meta name="twitter:title" content="Boris - Read, Highlight, Explore" /> <meta name="twitter:title" content="Boris - Read, Highlight, Explore" />
<meta name="twitter:description" content="Your reading list for the Nostr world. A minimal nostr client for bookmark management with highlights." /> <meta name="twitter:description" content="Your reading list for the Nostr world. A minimal nostr client for bookmark management with highlights." />
<meta name="twitter:image" content="https://read.withboris.com/boris-social-1200.png" /> <meta name="twitter:image" content="https://read.withboris.com/boris-social-1200.png" />
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="LLSGRVAP" defer></script>
<!-- / Fathom -->
<!-- Default to system theme until settings load from Nostr --> <!-- Default to system theme until settings load from Nostr -->
<script> <script>
document.documentElement.className = 'theme-system'; document.documentElement.className = 'theme-system';