Files
hermit-V2/layouts/partials/analytics.html
GitHub Action bf1a84dbe0 Update Disqus & GoogleAnalytics
Signed-off-by: GitHub Action <action@github.com>
2024-03-13 16:17:33 +00:00

5 lines
165 B
HTML

{{/* Google Analytics 4, use UA-PROPERTY_ID */}}
{{- if .Site.Config.Services.GoogleAnalytics.ID -}}
{{ template "_internal/google_analytics.html" . }}
{{- end -}}