Skip to content

Commit d63481b

Browse files
Axel Bockflypenguin
Axel Bock
authored andcommitted
fix matomo integration
1 parent d5be310 commit d63481b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

layouts/_default/baseof.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="{{ .Site.LanguageCode }}">
33
{{ partial "head.html" . }}
4+
45
<body class="max-width mx-auto px3 ltr">
56
<div class="content index py4">
67

@@ -17,7 +18,8 @@
1718
<link rel="stylesheet" href={{ "lib/font-awesome/css/all.min.css" | relURL }}>
1819
<script src={{ "lib/jquery/jquery.min.js" | relURL }}></script>
1920
<script src={{ "js/main.js" | relURL }}></script>
20-
{{- if (isset .Site.Params.analytics "matomo") }}
21+
{{- if (isset .Site.Params "matomo") }}
2122
{{ partial "matomo-tracking" . }}
22-
{{- end }}
23+
{{- end }}
24+
2325
</html>

0 commit comments

Comments
 (0)