Moved Google Analytics snippet to head and changed it to use async snippet.

This commit is contained in:
Kedy Liu 2017-05-05 03:13:34 -04:00
parent 975d839a9f
commit 598100e4e8
2 changed files with 1 additions and 1 deletions

View File

@ -75,5 +75,4 @@
</script> </script>
{{ end }} {{ end }}
{{ template "_internal/google_analytics.html" . }}
{{- partial "footer_custom.html" . }} {{- partial "footer_custom.html" . }}

View File

@ -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>