GolangShow/golangshow.com

Can't build with Hugo 0.34

AlekSi opened this issue · 2 comments

-> make
rm -fr public
hugo version
Hugo Static Site Generator v0.34 darwin/amd64 BuildDate:
hugo --theme=golangshow
Building sites … ERROR 2018/01/23 15:55:39 Error while rendering "page" in "episode/2017/": template: episode/single.html:1:3: executing "episode/single.html" at <partial "head.html" ...>: error calling partial: Partial "head.html" not found
make: *** [build] Error 255

It works with my current hugo installation (an old one):

-> make
rm -fr public
hugo version
Hugo Static Site Generator v0.31.1 darwin/amd64 BuildDate: 2017-11-30T11:44:41+01:00
hugo --theme=golangshow
Started building sites ...

Built site for language en:
0 draft content
0 future content
0 expired content
116 regular pages created
18 other pages created
0 non-page files copied
12 paginator pages created
5 categories created
total in 168 ms
go run tools/strip-whitespace/main.go

shall we check any incompatibilities somehow?