Vimux / Binario

Responsive card-based & code-light Hugo theme
https://binario.netlify.app
MIT License
116 stars 53 forks source link

Remove `google_analytics_async.html` include #86

Closed Vimux closed 1 year ago

Vimux commented 1 year ago

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.)

Fixes #85