WingLim / hugo-tania

A simple theme for bloggers.

Home Page:https://hugo-tania.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Cloudflare Web Analytics support

batkiz opened this issue · comments

js snippet like

<!-- Cloudflare Web Analytics -->
<script defer
	src='https://static.cloudflareinsights.com/beacon.min.js'
	data-cf-beacon='{"token": "personal token here"}'>
</script>
<!-- End Cloudflare Web Analytics -->

docs here: https://developers.cloudflare.com/analytics/web-analytics/getting-started

You can add custom script with footer/custom.html

Add partials/footer/custom.html to your site root directory layouts (Not theme layouts),
then add your script in custom.html.