mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Add support for Google Analytics v4
Hugo 0.82.0+ is required if you want to use Google Analytics v4
This commit is contained in:
parent
ac6004e5ad
commit
2456799f6d
1 changed files with 4 additions and 0 deletions
|
@ -37,7 +37,11 @@
|
||||||
<link rel="manifest" href="{{ "manifest.json" | relURL }}">
|
<link rel="manifest" href="{{ "manifest.json" | relURL }}">
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if not .Site.IsServer }}
|
{{- if not .Site.IsServer }}
|
||||||
|
{{- if hasPrefix .Site.GoogleAnalytics "G-" }}
|
||||||
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
|
{{- else }}
|
||||||
{{ template "_internal/google_analytics_async.html" . }}
|
{{ template "_internal/google_analytics_async.html" . }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</head>
|
</head>
|
||||||
<body class="body kind-{{ .Kind }}">
|
<body class="body kind-{{ .Kind }}">
|
||||||
|
|
Loading…
Reference in a new issue