Hello,
I am new to Hugo and would appreciate any insight/feedback I could receive.
I am working with hugo-universal-theme, and I get the following error when running [hugo server -D]
Error building site: failed to render pages: render of “home” failed: “C:\site\test\themes\hugo-universal-theme\layouts\index.html:17:11”: execute of template failed: template: index.html:17:11: executing “index.html” at <partial “carousel.html” .>: error calling partial: “C:\site\test\themes\hugo-universal-theme\layouts\partials\carousel.html:2:10”: execute of template failed: template: partials/carousel.html:2:10: executing “partials/carousel.html” at <len .Site.Data.carousel>: error calling len: reflect: call of reflect.Value.Type on zero Value
Built in 100 ms
Any hints where I should look?