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
While setting up the project locally, I encountered an error related to the missing _internal/google_analytics_async.html template in the Compose theme.
Error Message
While setting up the project locally, I encountered an error related to the missing _internal/google_analytics_async.html template in the Compose theme.
error calling partial: execute of template failed: html/template:partials/opengraph.html:5:13:
no such template "_internal/google_analytics_async.html"
Possible Cause
The Hugo _internal/google_analytics_async.html partial was deprecated and removed in newer versions of Hugo. However, the opengraph.html file in the theme still references it, causing the build to fail.
The text was updated successfully, but these errors were encountered:
📝 Issue Description
While setting up the project locally, I encountered an error related to the missing
_internal/google_analytics_async.html
template in the Compose theme.Error Message
While setting up the project locally, I encountered an error related to the missing
_internal/google_analytics_async.html
template in the Compose theme.error calling partial: execute of template failed: html/template:partials/opengraph.html:5:13: no such template "_internal/google_analytics_async.html"
Possible Cause
The Hugo
_internal/google_analytics_async.html
partial was deprecated and removed in newer versions of Hugo. However, theopengraph.html
file in the theme still references it, causing the build to fail.The text was updated successfully, but these errors were encountered: