We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5be310 commit d63481bCopy full SHA for d63481b
layouts/_default/baseof.html
@@ -1,6 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="{{ .Site.LanguageCode }}">
3
{{ partial "head.html" . }}
4
+
5
<body class="max-width mx-auto px3 ltr">
6
<div class="content index py4">
7
@@ -17,7 +18,8 @@
17
18
<link rel="stylesheet" href={{ "lib/font-awesome/css/all.min.css" | relURL }}>
19
<script src={{ "lib/jquery/jquery.min.js" | relURL }}></script>
20
<script src={{ "js/main.js" | relURL }}></script>
-{{- if (isset .Site.Params.analytics "matomo") }}
21
+{{- if (isset .Site.Params "matomo") }}
22
{{ partial "matomo-tracking" . }}
-{{- end }}
23
+{{- end }}
24
25
</html>
0 commit comments