We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6c996 commit befc4ceCopy full SHA for befc4ce
_config.yml
@@ -70,6 +70,8 @@ analytics:
70
domain: # fill in your Matomo domain
71
cloudflare:
72
id: # fill in your Cloudflare Web Analytics token
73
+ fathom:
74
+ id: # fill in your Fathom Site ID
75
76
# Page views settings
77
pageviews:
_includes/analytics/fathom.html
@@ -0,0 +1,7 @@
1
+<!-- Fathom -->
2
+<script
3
+ src="https://cdn.usefathom.com/script.js"
4
+ data-site="{{ site.analytics.fathom.id }}"
5
+ defer>
6
+</script>
7
+<!-- End Fathom Code -->
0 commit comments