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

feat: add cloudflare web analytics (#1723)

This commit is contained in:
Hieu D
2024-05-03 17:46:17 -07:00
committed by GitHub
parent 12c340e98b
commit c17fba44f5
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "{{ site.analytics.cloudflare.id }}"}'
></script>
<!-- End Cloudflare Web Analytics -->