Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error calling Concat: slice []interface {} not supported in concat #92

Closed
andreas-h opened this issue Oct 3, 2018 · 1 comment
Closed

Comments

@andreas-h
Copy link

I'm using Hugo 0.49 and cannot use this theme. When trying to compile, e.g., following the instructions in https://github.com/vickylai/hugo-theme-introduction#preview-the-theme, I get the error

Building sites … ERROR 2018/10/03 17:29:01 Error while rendering "page" in "projects/design/": template: projects/single.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "page" in "blog/": template: blog/single.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "page" in "projects/photography/": template: projects/single.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "page" in "projects/writing/": template: projects/single.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "taxonomy" in "": template: _default/taxonomy.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "section" in "blog/": template: blog/list.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "taxonomyTerm" in "": template: _default/terms.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "home" in "": template: index.html:108:11: executing "index.html" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "section" in "projects/": template: projects/list.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
ERROR 2018/10/03 17:29:01 Error while rendering "404" in "": template: 404.html:36:11: executing "js-include" at <partial "footer/scri...>: error calling partial: template: partials/footer/scripts.html:3:47: executing "partials/footer/scripts.html" at <resources.Concat>: error calling Concat: slice []interface {} not supported in concat
Total in 563 ms
Error: Error building site: logged 10 error(s)

I also tried the hugo_49 branch, but the errors are the same.

Am I missing something?

@hanzei
Copy link
Collaborator

hanzei commented Oct 3, 2018

Dublicate of #91

@hanzei hanzei closed this as completed Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants