Update Disqus & GoogleAnalytics

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-03-13 16:17:33 +00:00
parent 7033b7fe08
commit bf1a84dbe0

View File

@ -1,4 +1,4 @@
{{/* Google Analytics 4, use UA-PROPERTY_ID */}}
{{- if (or .Site.Config.Services.GoogleAnalytics.ID .Site.googleAnalytics) -}}
{{- if .Site.Config.Services.GoogleAnalytics.ID -}}
{{ template "_internal/google_analytics.html" . }}
{{- end -}}