Add Plausible analytics
This commit is contained in:
@@ -20,4 +20,7 @@
|
|||||||
{{ template "_internal/opengraph.html" . }}
|
{{ template "_internal/opengraph.html" . }}
|
||||||
<title>{{ $title }}</title>
|
<title>{{ $title }}</title>
|
||||||
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />
|
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />
|
||||||
|
|
||||||
|
<!-- Plausible analytics (we protect your privacy) -->
|
||||||
|
<script defer data-domain="coopgo.fr" src="https://plausible.coopgo.io/js/plausible.js"></script>
|
||||||
</head>
|
</head>
|
||||||
Reference in New Issue
Block a user