2024-08-18 14:41:40 +01:00
|
|
|
{{- with site.Config.Services.GoogleAnalytics.ID }}
|
2023-09-21 08:03:35 +01:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
|
|
dataLayer.push(arguments);
|
|
|
|
}
|
|
|
|
gtag("js", new Date());
|
|
|
|
|
|
|
|
gtag("config", "{{ . }}");
|
|
|
|
</script>
|
2023-10-30 19:48:48 -04:00
|
|
|
{{ end -}}
|