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
Failed to build: ERROR render of "page" failed: execute of template failed: html/template:blog/single.html:27:14: no such template "_internal/google_analytics_async.html"#311
Open
marek22k opened this issue
Sep 8, 2024
· 0 comments
When I try to build coredns docs, I get the following error:
$ make
hugo -d public/
Start building sites …
hugo v0.134.1+extended linux/amd64 BuildDate=unknown
ERROR render of "page" failed: execute of template failed: html/template:blog/single.html:27:14: no such template "_internal/google_analytics_async.html"
Total in 94 ms
Error: error building site: render: failed to render pages: render of "404" failed: execute of template failed: html/template:404.html:27:14: no such template "_internal/google_analytics_async.html"
make: *** [Makefile:4: all] Error 1
After removing the lines requires the template, I get another error:
ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.135.0. Use .Site.Config.Services.Disqus.Shortname instead.
The text was updated successfully, but these errors were encountered:
When I try to build coredns docs, I get the following error:
After removing the lines requires the template, I get another error:
The text was updated successfully, but these errors were encountered: