We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855940a commit 2164a58Copy full SHA for 2164a58
2 files changed
layouts/_default/baseof.html
@@ -25,5 +25,6 @@
25
{{ block "main" . }}{{ end }}
26
{{ partial "site-footer.html" . }}
27
{{ block "scripts" . }}{{ end }}
28
+ {{ partial "analytics.html" . }}
29
</body>
30
</html>
layouts/partials/analytics.html
@@ -0,0 +1,5 @@
1
+{{ if hugo.IsProduction }}
2
+<!-- Cloudflare Web Analytics -->
3
+<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "9d48d74e2e474145ad055ba1e6d4be0f"}'></script>
4
+<!-- End Cloudflare Web Analytics -->
5
+{{ end }}
0 commit comments