1
Fork 0

Add matomo on live, not local dev -_-

This commit is contained in:
Jake Howard 2018-12-01 16:45:52 +00:00
parent 4dba99cba0
commit 3a1162d439
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -15,7 +15,7 @@
{{ partial "metadata.html" . }}
{{ if .Site.IsServer }}
{{ if not .Site.IsServer }}
{{ partial "matomo.html" . }}
{{ end }}
</head>