1
Fork 0

Move matomo to head and don't load in dev

This commit is contained in:
Jake Howard 2018-11-25 12:29:22 +00:00
parent faeff0d9ab
commit 4dba99cba0
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,6 +14,10 @@
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
{{ partial "metadata.html" . }}
{{ if .Site.IsServer }}
{{ partial "matomo.html" . }}
{{ end }}
</head>
<body>
{{ partial "navbar.html" . }}
@ -28,8 +32,5 @@
{{ partial "script.html" "js/bootstrap.min.js" }}
{{ partial "script.html" "js/mermaid.min.js" }}
{{ partial "script.html" "js/app.js" }}
{{ partial "matomo.html" . }}
</body>
</html>