This PR removes the google_analytics_async.html internal template include from the baseof.html. GA type check also removed.
The internal Hugo template google_analytics_async.html no longer works because Google has removed the version of Google Analytics it uses. The regular internal template (google_analytics.html) already handles Google Analytics 4 asynchronously (Requires at least Hugo v0.82.0 or manual override of the internal template google_analytics.html.)
This PR removes the
google_analytics_async.html
internal template include from thebaseof.html
. GA type check also removed.The internal Hugo template
google_analytics_async.html
no longer works because Google has removed the version of Google Analytics it uses. The regular internal template (google_analytics.html
) already handles Google Analytics 4 asynchronously (Requires at least Hugo v0.82.0 or manual override of the internal templategoogle_analytics.html
.)Fixes #85