matomo after header
This commit is contained in:
parent
b2fa6a02ee
commit
53e9b011f7
|
@ -27,10 +27,9 @@
|
||||||
|
|
||||||
<link rel="canonical" href="{{ .Permalink }}">
|
<link rel="canonical" href="{{ .Permalink }}">
|
||||||
|
|
||||||
{{ if .Site.Params.matomoAnalytics }}
|
|
||||||
{{- partial "matomo" . -}}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
{{ if .Site.Params.matomoAnalytics }}
|
||||||
|
{{- partial "matomo" . -}}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue