mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 16:58:53 +00:00
Update the GA template usage section
Mostly to remove the async example (not relevant for GA4 which people should be using by now). See https://github.com/gohugoio/hugo/issues/9987
This commit is contained in:
committed by
GitHub
parent
9218ab9937
commit
1cc265d99f
@@ -45,20 +45,13 @@ googleAnalytics = "G-MEASUREMENT_ID"
|
||||
|
||||
### Use the Google Analytics Template
|
||||
|
||||
You can then include the Google Analytics internal template:
|
||||
You can then include the Google Analytics internal template in the `<head>` section of your template:
|
||||
|
||||
```
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
```
|
||||
|
||||
When using Google Analytics v4 use `_internal/google_analytics.html`.
|
||||
|
||||
A `.Site.GoogleAnalytics` variable is also exposed from the config.
|
||||
```go-html-template
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ end }}
|
||||
```
|
||||
|
||||
## Disqus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user