-
Notifications
You must be signed in to change notification settings - Fork 750
Closed
Description
Won't fix. It fixes if Docsy has bumped to newer version.
Just a guide for someone who has same question.
If you want to build a site having docs at the root with Docsy Example Project. And you stuck with the error below when running hugo server:
ERROR 2022/03/02 11:51:34 Failed to render pages: render of "home" failed: execute of template failed: template: docs/list.html:23:62: executing "docs/list.html" at <partial "breadcrumb.html" .>: error calling partial: "/path/to/hugo-site/themes/docsy/layouts/partials/breadcrumb.html:2:18": execute of template failed: template: partials/breadcrumb.html:2:18: executing "partials/breadcrumb.html" at <.Parent.IsHome>: nil pointer evaluating page.Page.IsHomeAll you have to do is upgrade Docsy:
$ git submodule update --remote --mergeThis issue was fixed with google/docsy#807.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels