Add Plausible analytics

This commit is contained in:
2022-07-06 17:04:04 +02:00
parent 2c50a69f4b
commit a45538ee41

View File

@@ -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>