diff --git a/layouts/partials/service/google-analytics.html b/layouts/partials/service/google-analytics.html
index 3527c0e..181cc1e 100644
--- a/layouts/partials/service/google-analytics.html
+++ b/layouts/partials/service/google-analytics.html
@@ -1,4 +1,22 @@
-{{ if not .Site.IsServer }}
- {{ template "_internal/google_analytics.html" . }}
- {{ template "_internal/google_analytics_async.html" . }}
-{{ end }}
\ No newline at end of file
+{{ if not site.Config.Privacy.GoogleAnalytics.Disable }}
+ {{- with site.Config.Services.GoogleAnalytics.ID }}
+ {{- if strings.HasPrefix (lower .) "ua-" }}
+ {{- warnf "Google Analytics 4 (GA4) replaced Google Universal Analytics (UA) effective 1 July 2023. See https://support.google.com/analytics/answer/11583528. Create a GA4 property and data stream, then replace the Google Analytics ID in your site configuration with the new value." }}
+ {{- else }}
+
+
+ {{- end }}
+ {{- end }}
+{{- end -}}
\ No newline at end of file