We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e927d0 commit b5e77e1Copy full SHA for b5e77e1
layouts/_default/baseof.html
@@ -2,6 +2,7 @@
2
<html lang="{{.Site.LanguageCode}}">
3
4
<head>
5
+ {{- partial "analytics.html" . }}
6
<meta charset="UTF-8">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
<meta http-equiv="X-UA-Compatible" content="ie=edge">
@@ -44,7 +45,6 @@
44
45
<script type="text/javascript" src="{{ . | absURL }}"></script>
46
{{- end }}
47
{{ partial "mathjax.html" . }}
- {{- partial "analytics.html" . }}
48
{{- if templates.Exists "partials/extra-foot.html" -}}
49
{{ partial "extra-foot.html" . }}
50
0 commit comments