Skip to content

Commit

Permalink
Fix _internal/google_analytics_async deprecation warning
Browse files Browse the repository at this point in the history
As other themes did https://github.com/google/docsy/pull/1931/files

PD Last hugo version working for me is 0.122.0
  • Loading branch information
Marzal authored Oct 5, 2024
1 parent 6bee4e9 commit ee2d425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{{- end -}}
{{- end -}}
{{- end -}}
{{- template "_internal/google_analytics_async.html" . -}}
{{- template "_internal/google_analytics.html" . -}}

{{- if .Site.Params.analytics.piwik -}}
{{- partial "_analytics/piwik.html" . -}}
Expand Down

0 comments on commit ee2d425

Please sign in to comment.