-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
Hi!
I reported it on forum as a call for help, but then realized what really happened and I edited it. As I think this is a serious bug, I'm reporting it here, as the guidelines say.
I'm running Hugo 0.20.0 on MacOS and the partials can't be found if camelCased:
ERROR 2017/04/12 14:10:33 Error while rendering "page": template: pages/plans.html:9:7: executing "pages/plans.html" at <partial "microtempla...>: error calling partial: Partial "microtemplates/plansForm.html" not found
ERROR 2017/04/12 14:10:33 Error while rendering "page": template: pages/account.html:9:7: executing "pages/account.html" at <partial "microtempla...>: error calling partial: Partial "microtemplates/accountForm.html" not found
ERROR 2017/04/12 14:10:33 Error while rendering "section": template: indexes/dashboard.html:71:9: executing "indexes/dashboard.html" at <partial "microtempla...>: error calling partial: Partial "microtemplates/groupTrack.html"
Thank you all.