You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this theme does not work anymore with recent versions of Hugo because of changes in Hugo's GA internal templates and GA configuration:
tpl/tplimpl/embedded/templates/google_analytics_async.html has been deprecated since Hugo v0.119.0, and was removed in Hugo v0.125.0, tpl/tplimpl/embedded/templates/google_analytics.html becoming the only GA template.
site.GoogleAnalytics has been deprecated since Hugo v0.120.0, and its use with the latest Hugo versions currently triggers an error, as per the Hugo deprecation process.
Please see linked PR for a fix.
The text was updated successfully, but these errors were encountered:
Hello,
this theme does not work anymore with recent versions of Hugo because of changes in Hugo's GA internal templates and GA configuration:
tpl/tplimpl/embedded/templates/google_analytics_async.html
has been deprecated since Hugo v0.119.0, and was removed in Hugo v0.125.0,tpl/tplimpl/embedded/templates/google_analytics.html
becoming the only GA template.site.GoogleAnalytics
has been deprecated since Hugo v0.120.0, and its use with the latest Hugo versions currently triggers an error, as per the Hugo deprecation process.Please see linked PR for a fix.
The text was updated successfully, but these errors were encountered: