1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

feat(analytics): add fathom analytics (#1913)

This commit is contained in:
Julius Gamanyi
2024-08-21 19:21:29 +02:00
committed by GitHub
parent bf6c996c4e
commit befc4ce9c5
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!-- Fathom -->
<script
src="https://cdn.usefathom.com/script.js"
data-site="{{ site.analytics.fathom.id }}"
defer>
</script>
<!-- End Fathom Code -->