transfeminine-science/themes/tfsci/layouts/partials/head/google-analytics.html

5 lines
259 B
HTML
Raw Permalink Normal View History

2024-10-17 21:03:06 +08:00
{{- $defines := dict "MEASUREMENT_ID" (jsonify .Site.Config.Services.GoogleAnalytics.ID) -}}
2022-12-03 19:14:12 +08:00
{{- $page := . -}}
2022-11-29 01:44:55 +08:00
{{- with resources.Get "gtag.ts" | js.Build (dict "defines" $defines) | minify | fingerprint }}
2022-12-03 19:14:12 +08:00
<script src="{{ .Permalink }}"></script>
2022-11-29 01:44:55 +08:00
{{- end }}