hugo ビルドエラー
% hugo
Start building sites …
ERROR 2021/02/18 15:20:28 render of "term" failed: execute of template failed: template: _default/list.html:1:3: executing "_default/list.html" at <partial "header" .>: error calling partial: execute of template failed: template: partials/header.html:33:14: executing "partials/header.html" at <partial "extras/widget_area" (dict "Widgets" $headerWidgets "Scope" .)>: error calling partial: execute of template failed: template: partials/extras/widget_area.html:7:8: executing "partials/extras/widget_area.html" at <partial (print "widgets/" .) $.Scope>: error calling partial: execute of template failed: template: partials/widgets/breadcrumbs.html:18:16: executing "breadcrumbs_add_parents" at <{{template "breadcrumbs_add_parents" (dict "Config" .Config "Page" $parent "Scratch" .Scratch)}}>: exceeded maximum template depth (100000)
テンプレートのアップデート
% git fetch origin master
remote: Enumerating objects: 59, done.
remote: Counting objects: 100% (59/59), done.
remote: Total 160 (delta 59), reused 59 (delta 59), pack-reused 101
Receiving objects: 100% (160/160), 138.19 KiB | 169.00 KiB/s, done.
Resolving deltas: 100% (85/85), completed with 45 local objects.
From https://github.com/MunifTanjim/minimo
* branch master -> FETCH_HEAD
e23a6ba..ba35b82 master -> origin/master
v2.8.0 -> v2.9.0 にアップデート
% git pull origin master
でビルド成功