blob: 0e2cfa297f32c3428afb8079d5ff4edd334d7124 [file] [log] [blame]
{{- if not (eq .GoogleAnalyticsMeasurementID "") }}
<script async type="text/javascript" charset="utf-8" nonce="{{ .Nonce }}"
src="https://www.googletagmanager.com/gtag/js?id={{ .GoogleAnalyticsMeasurementID }}">
</script>
<script type="text/javascript" charset="utf-8" nonce="{{ .Nonce }}">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ .GoogleAnalyticsMeasurementID }}');
</script>
{{ end -}}