Skip to content

Commit

Permalink
Update html-head.html
Browse files Browse the repository at this point in the history
in Google removed '_async'
  • Loading branch information
Robin-Shipp authored Aug 13, 2024
1 parent db34cee commit de5f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/book/layouts/partials/docs/html-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script defer src="{{ $swJS.RelPermalink }}" integrity="{{ $swJS.Data.Integrity }}"></script>
{{ end -}}

{{- template "_internal/google_analytics_async.html" . -}}
{{- template "_internal/google_analytics.html" . -}}

<!-- RSS -->
{{- with .OutputFormats.Get "rss" -}}
Expand Down

0 comments on commit de5f9e5

Please sign in to comment.