Pre-commit hooks are successful, but there's an error:
| 1 | 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. |
|---|---|
| 2 | You can suppress this warning by adding the following to your site configuration: |
| 3 | ignoreLogs = ['warning-partial-superfluous-prefix'] |
| 4 | 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 |
| 5 | 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 |
| 6 | 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 |
| 7 | 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 |
| 8 | Total in 837 ms |
| 9 | 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 |
Upstream bug report: https://github.com/adityatelange/hugo-PaperMod/issues/1719.