feat: switch from GA to Plausible for analytics

This commit is contained in:
Jacky Zhao
2023-02-05 10:39:58 -08:00
parent e30987445a
commit 2b0b80529a
3 changed files with 10 additions and 5 deletions

View File

@ -205,5 +205,6 @@
})
</script>
{{end}}
{{ $trimmedURL := trim (index (split .Site.BaseURL "://") 1) "/" }}
<script defer data-domain="{{$trimmedURL}}" src="https://plausible.io/js/script.js"></script>
</head>
{{ template "_internal/google_analytics.html" . }}