Skip to content
Snippets Groups Projects
Commit 0ba26527 authored by Mahe Tardy's avatar Mahe Tardy Committed by Mahé
Browse files

docs: include analytics only in production builds


Signed-off-by: default avatarMahe Tardy <mahe.tardy@gmail.com>
parent 374e82a2
Branches
Tags
No related merge requests found
{{/* There are two protections to avoid to ship analytics in development env,
analytics HTML scripts are included only on production build and we use
goatcounter.no_onload if the URL is not tetragon.io */}}
{{ if hugo.IsProduction }}
<script>
if (window.location.host !== 'tetragon.io')
window.goatcounter = {no_onload: true}
</script>
<script data-goatcounter="https://tetragon.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
{{ end }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment