Skip to content

Commit f429006

Browse files
authored
Update baseof.html
1 parent 2e43c0a commit f429006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
22
<html lang="{{ .Site.Language.Lang }}">
3-
{{ partial "matomo.html" . }}
43
<head>
54
<meta charset="utf-8">
65
<meta http-equiv="x-ua-compatible" content="ie=edge">
@@ -19,6 +18,7 @@
1918

2019
{{ block "header_css" . }}{{ end }}
2120

21+
{{ partial "matomo.html" . }}
2222
</head>
2323

2424
<body class='page {{ block "body_classes" . }}{{ end }}'>

0 commit comments

Comments
 (0)