mirror of
https://github.com/dialect-app/website.git
synced 2025-06-18 20:36:25 +00:00
Add plausible analytics snippet
This commit is contained in:
parent
e034a9b239
commit
1ad0cc88b3
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
{{ with resources.Get "sass/main.scss" | toCSS $opts | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
|
||||
{{ end }}
|
||||
|
||||
|
||||
<script defer data-domain="dialectapp.org" src="https://analytics.odka.org/js/script.js"></script>
|
||||
{{- block "scripts" . }}{{- end }}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue