Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Remove version pinning of hugo in pages #6606

Open
nicholasdille opened this issue Jun 22, 2023 · 0 comments
Open

Remove version pinning of hugo in pages #6606

nicholasdille opened this issue Jun 22, 2023 · 0 comments
Labels

Comments

@nicholasdille
Copy link
Owner

Hugo >=0.114.0 produces the following errors:

$ make site
Start building sites …
hugo v0.114.0-9df2ec7988e5a217a14901cc76c0b7e76b2e9f02 linux/amd64 BuildDate=2023-06-19T17:01:43Z VendorInfo=gohugoio

ERROR render of "page" failed: execute of template failed: html/template:_default/search.html:28:23: {{i18n "noResultsFound" | safeJS}} appears in a JS template literal
ERROR render of "section" failed: "/tmp/hugo_cache_dillen/modules/filecache/modules/pkg/mod/gitlab.com/gabmus/hugo-ficurinia@v0.0.0-20230422160211-4395cd9b6921/layouts/_default/list.html:4:12": execute of template failed: template: _default/list.html:4:12: executing "main" at <partial "home_post_list.html" (dict "Ctx" . "AllPostsList" .Pages)>: error calling partial: "/home/dillen/private/docker-setup/site/layouts/partials/home_post_list.html:23:4": execute of template failed: template: partials/home_post_list.html:23:4: executing "partials/home_post_list.html" at <partial "paginator.html" .Ctx>: error calling partial: "/tmp/hugo_cache_dillen/modules/filecache/modules/pkg/mod/gitlab.com/gabmus/hugo-ficurinia@v0.0.0-20230422160211-4395cd9b6921/layouts/partials/paginator.html:2:4": execute of template failed: template: partials/paginator.html:2:4: executing "partials/paginator.html" at <partial "js_paginator.html" .>: error calling partial: execute of template failed: html/template:partials/js_paginator.html:4:37: {{i18n "tags" | safeJS}} appears in a JS template literal
Total in 956 ms
Error: error building site: render: failed to render pages: render of "section" failed: "/tmp/hugo_cache_dillen/modules/filecache/modules/pkg/mod/gitlab.com/gabmus/hugo-ficurinia@v0.0.0-20230422160211-4395cd9b6921/layouts/_default/list.html:4:12": execute of template failed: template: _default/list.html:4:12: executing "main" at <partial "home_post_list.html" (dict "Ctx" . "AllPostsList" .Pages)>: error calling partial: "/home/dillen/private/docker-setup/site/layouts/partials/home_post_list.html:23:4": execute of template failed: template: partials/home_post_list.html:23:4: executing "partials/home_post_list.html" at <partial "paginator.html" .Ctx>: error calling partial: "/tmp/hugo_cache_dillen/modules/filecache/modules/pkg/mod/gitlab.com/gabmus/hugo-ficurinia@v0.0.0-20230422160211-4395cd9b6921/layouts/partials/paginator.html:2:4": execute of template failed: template: partials/paginator.html:2:4: executing "partials/paginator.html" at <partial "js_paginator.html" .>: error calling partial: execute of template failed: html/template:partials/js_paginator.html:4:37: {{i18n "tags" | safeJS}} appears in a JS template literal
make: *** [make/site.mk:15: site] Error 1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant