Hi community,
I need your help. Here is a brief background to my problem:
- my page use the ananke theme via git submodule
- pipeline run with my github action
I get the following error message when generating the site:
…
hugo v0.129.0-e85be2…+extended linux/amd64 BuildDate=2024-07-17T13:29:16Z VendorInfo=gohugoio
ERROR render of “404” failed: execute of template failed: html/template:404.html:40:18: no such template “_internal/google_analytics_async.html”
ERROR render of “section” failed: execute of template failed: html/template:_default/list.html:40:18: no such template “_internal/google_analytics_async.html”
ERROR render of “page” failed: execute of template failed: html/template:_default/single.html:40:18: no such template “_internal/google_analytics_async.html”
Total in 44 ms
Error: error building site: render: failed to render pages: render of “home” failed: execute of template failed: html/template:index.html:40:18: no such template “_internal/google_analytics_async.html”
…
I’ve read that the _internal template google_analytics_async.html is deprecated (instead of google_analytics.html). e.g. link: Build error on v0.125.2 Calling internal template "_internal/google_analytics_async.html"
I’m on the fence right now. What can I do to get the site up and running again?
Best regards Sebastian