Hi there,
I just ran brew upgrade hugo
, and now have version 147. Unfortunately, my site does not build any longer, with the error:
er.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html:17:5": execute of template failed: template: _partials/header.html:17:5: executing "_partials/header.html" at <partial "header.includes.html" .>: error calling partial: maximum template call stack size exceeded in "/Users/jcw/Documents/web/jchwenger.github.io/layouts/partials/header.html"
(Repo here.)
I just tried reverting to 145, but brew
does not seem to accept that either… Any idea how to solve this? It worked perfectly fine earlier…
Thanks in advance!