diff options
author | Carl Johnson <[email protected]> | 2023-09-18 15:53:53 -0400 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-09-23 18:57:19 +0200 |
commit | c32094ace113412abea354b7119d154168097287 (patch) | |
tree | c936900ad2adb61b99a04c650bdbbeccb39d813a /tpl | |
parent | a262fd4ddbc27dd867fd14781e8c358e5268cb58 (diff) | |
download | hugo-c32094ace113412abea354b7119d154168097287.tar.gz hugo-c32094ace113412abea354b7119d154168097287.zip |
google_analytics_async.html: Add deprecation warning
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/tplimpl/embedded/templates/google_analytics_async.html | 1 |
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 }} |