summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorCarl Johnson <me@carlmjohnson.net>2023-09-18 15:53:53 -0400
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-09-23 18:57:19 +0200
commitc32094ace113412abea354b7119d154168097287 (patch)
treec936900ad2adb61b99a04c650bdbbeccb39d813a /tpl
parenta262fd4ddbc27dd867fd14781e8c358e5268cb58 (diff)
google_analytics_async.html: Add deprecation warning
Diffstat (limited to 'tpl')
-rw-r--r--tpl/tplimpl/embedded/templates/google_analytics_async.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/tplimpl/embedded/templates/google_analytics_async.html b/tpl/tplimpl/embedded/templates/google_analytics_async.html
index 499cb6fe3..b7bf36faa 100644
--- a/tpl/tplimpl/embedded/templates/google_analytics_async.html
+++ b/tpl/tplimpl/embedded/templates/google_analytics_async.html
@@ -1,3 +1,4 @@
+{{ warnf "_internal/google_analytics_async.html is no longer supported by Google and will be removed in a future version of Hugo" }}
{{- $pc := .Site.Config.Privacy.GoogleAnalytics -}}
{{- if not $pc.Disable -}}
{{ with .Site.GoogleAnalytics }}