My Hugo (v0.121.2) website using Archie theme fails to render, both locally and as a pipeline on GitLab pages. It throws up the following code:
hugo
Start building sites …
hugo v0.121.2-6d5b44305eaa9d0a157946492a6f319da38de154 linux/amd64 BuildDate=2024-01-05T12:21:15Z VendorInfo=gohugoio
ERROR render of "page" failed: "/home/coyu3/Documents/devel/praxis-arhiva/layouts/_default/baseof.html:3:8": execute of template failed: template: _default/single.html:3:8: executing "_default/single.html" at <partial "header.html" .>: error calling partial: "/home/coyu3/Documents/devel/praxis-arhiva/layouts/partials/header.html:35:50": execute of template failed: template: partials/header.html:35:50: executing "partials/header.html" at <fingerprint>: error calling fingerprint: <nil> can not be transformed
ERROR render of "taxonomy" failed: "/home/coyu3/Documents/devel/praxis-arhiva/layouts/_default/baseof.html:3:8": execute of template failed: template: _default/terms.html:3:8: executing "_default/terms.html" at <partial "header.html" .>: error calling partial: "/home/coyu3/Documents/devel/praxis-arhiva/layouts/partials/header.html:35:50": execute of template failed: template: partials/header.html:35:50: executing "partials/header.html" at <fingerprint>: error calling fingerprint: <nil> can not be transformed
Total in 93 ms
Error: error building site: render: failed to render pages: render of "home" failed: "/home/coyu3/Documents/devel/praxis-arhiva/layouts/index.html:3:4": execute of template failed: template: index.html:3:4: executing "index.html" at <partial "header.html" .>: error calling partial: "/home/coyu3/Documents/devel/praxis-arhiva/layouts/partials/header.html:35:50": execute of template failed: template: partials/header.html:35:50: executing "partials/header.html" at <fingerprint>: error calling fingerprint: <nil> can not be transformed
Any help is greatly appreciated.