Page MenuHomePhorge

Hugo 0.152.2 build error
ActivePublic

Authored by nawan on Feb 10 2026, 23:18.
Tags
Referenced Files
F574: Hugo build error and warning
Feb 10 2026, 23:18
Subscribers
None
WARN Doubtful use of partial function in {{ partial "partials/templates/_funcs/get-page-images"}}), this is most likely not what you want. Consider removing superfluous prefix "partials/" from template name given as first function argument.
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-partial-superfluous-prefix']
ERROR render of "/" failed: "/home/nawan/fossils/www/themes/PaperMod/layouts/_default/baseof.html:9:8": execute of template failed: template: list.html:9:8: executing "list.html" at <partial "head.html" .>: error calling partial: "/home/nawan/fossils/www/themes/PaperMod/layouts/partials/head.html:13:15": execute of template failed: template: _partials/templates/opengraph.html:13:15: executing "partials/templates/opengraph.html" at <partial "partials/templates/_funcs/get-page-images" .>: error calling partial: partial "partials/templates/_funcs/get-page-images" not found
ERROR render of "/home/nawan/fossils/www/content/archive.md" failed: "/home/nawan/fossils/www/themes/PaperMod/layouts/_default/baseof.html:9:8": execute of template failed: template: archives.html:9:8: executing "archives.html" at <partial "head.html" .>: error calling partial: "/home/nawan/fossils/www/themes/PaperMod/layouts/partials/head.html:13:15": execute of template failed: template: _partials/templates/opengraph.html:13:15: executing "partials/templates/opengraph.html" at <partial "partials/templates/_funcs/get-page-images" .>: error calling partial: partial "partials/templates/_funcs/get-page-images" not found
ERROR render of "/categories" failed: "/home/nawan/fossils/www/themes/PaperMod/layouts/_default/baseof.html:9:8": execute of template failed: template: _default/terms.html:9:8: executing "_default/terms.html" at <partial "head.html" .>: error calling partial: "/home/nawan/fossils/www/themes/PaperMod/layouts/partials/head.html:13:15": execute of template failed: template: _partials/templates/opengraph.html:13:15: executing "partials/templates/opengraph.html" at <partial "partials/templates/_funcs/get-page-images" .>: error calling partial: partial "partials/templates/_funcs/get-page-images" not found
ERROR render of "/categories/film-&-tv" failed: "/home/nawan/fossils/www/themes/PaperMod/layouts/_default/baseof.html:9:8": execute of template failed: template: list.html:9:8: executing "list.html" at <partial "head.html" .>: error calling partial: "/home/nawan/fossils/www/themes/PaperMod/layouts/partials/head.html:13:15": execute of template failed: template: _partials/templates/opengraph.html:13:15: executing "partials/templates/opengraph.html" at <partial "partials/templates/_funcs/get-page-images" .>: error calling partial: partial "partials/templates/_funcs/get-page-images" not found
Total in 837 ms
Error: error building site: render: failed to render pages: render of "/404" failed: "/home/nawan/fossils/www/themes/PaperMod/layouts/_default/baseof.html:9:8": execute of template failed: template: 404.html:9:8: executing "404.html" at <partial "head.html" .>: error calling partial: "/home/nawan/fossils/www/themes/PaperMod/layouts/partials/head.html:13:15": execute of template failed: template: _partials/templates/opengraph.html:13:15: executing "partials/templates/opengraph.html" at <partial "partials/templates/_funcs/get-page-images" .>: error calling partial: partial "partials/templates/_funcs/get-page-images" not found

Event Timeline

nawan created this object with visibility "Public (No Login Required)".
nawan changed the title of this paste from Hugo build error and warning to Hugo 0.152.2 build error.