Moved Google Analytics snippet to head and changed it to use async snippet.
This commit is contained in:
parent
975d839a9f
commit
598100e4e8
@ -75,5 +75,4 @@
|
|||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
|
||||||
{{- partial "footer_custom.html" . }}
|
{{- partial "footer_custom.html" . }}
|
||||||
|
@ -47,4 +47,5 @@
|
|||||||
<link rel="stylesheet" href="{{ "css/pygment_highlights.css" | absURL }}" />
|
<link rel="stylesheet" href="{{ "css/pygment_highlights.css" | absURL }}" />
|
||||||
<link rel="stylesheet" href="{{ "css/highlight.min.css" | absURL }}" />
|
<link rel="stylesheet" href="{{ "css/highlight.min.css" | absURL }}" />
|
||||||
{{- partial "head_custom.html" . }}
|
{{- partial "head_custom.html" . }}
|
||||||
|
{{ template "_internal/google_analytics_async.html" . }}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user