So I posted this issue on github - but was asked to seek support here.
basically, after 0.31.1, I get a rendering error about partial template “head” not found. However, 0.31.1 and before seem to work fine. my knowledge of go templating is pretty rudimentary - so would appreciate if someone can take a look.
Here’s the error with 0.33
ERROR 2018/01/19 23:42:00 Error while rendering "taxonomyTerm" in "": template: _default/terms.html:2:3: executing "_default/terms.html" at <partial "head" .>: error calling partial: Partial "head" not found
OTOH, with 0.31.1
ERROR 2018/01/19 23:45:16 asciidoctor: WARNING: post/perl-you-either-love-it-or-you-hate-it.asciidoc: line 27: list item index: expected 6, got 4
WARNING: calling IsSet with unsupported type "ptr" (*hugolib.MenuEntry) will always return false.
Built site for language en:
0 draft content
0 future content
0 expired content
171 regular pages created
276 other pages created
I’ve bundled up my blog into a zip here (along with the theme it uses).
https://drive.google.com/open?id=1M6oC0LyMkr51BYRWlTDzMJ6gWx3Vyrce
Thanks for taking the time.