Skip to content

Commit

Permalink
Modified plausible script position #5
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli committed Sep 16, 2021
1 parent 5e670a4 commit 3d9867b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/partials/head/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<script defer data-domain="cssui.dev" src="https://plausible.io/js/plausible.js"></script>

{{ block "head/resource-hints" . }}{{ partial "head/resource-hints.html" . }}{{ end }}
{{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }}
{{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }}
{{ block "head/favicons" . }}{{ partial "head/favicons.html" . }}{{ end }}
{{ block "head/script-header" . }}{{ partial "head/script-header.html" . }}{{ end }}

<script defer data-domain="cssui.dev" src="https://plausible.io/js/plausible.js"></script>
</head>

0 comments on commit 3d9867b

Please sign in to comment.