Files
documentation/layouts/partials/head/script-header.html
2021-06-18 15:37:49 +02:00

3 lines
206 B
HTML

{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
<script async defer data-domain="doc.kerberos.io" src="https://plausible.kerberos.io/js/plausible.js"></script>
{{ end }}