Skip to content

Commit 79f0308

Browse files
authored
Merge pull request #894 from Marzal/patch-2
Fix _internal/google_analytics_async deprecation warning
2 parents 6bee4e9 + ee2d425 commit 79f0308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{{- end -}}
4040
{{- end -}}
4141
{{- end -}}
42-
{{- template "_internal/google_analytics_async.html" . -}}
42+
{{- template "_internal/google_analytics.html" . -}}
4343

4444
{{- if .Site.Params.analytics.piwik -}}
4545
{{- partial "_analytics/piwik.html" . -}}

0 commit comments

Comments
 (0)