You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build fails, when contributors: [] is not present in the frontmatter of blog pages.
Update layouts/partials/main/blog-meta.html (line 1) to allow for absence of contributors: []:
{{ $last := sub (len .Params.contributors) 1 -}}
Steps to reproduce
Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue much easier to diagnose (seriously).
Description
Describe the issue that you're seeing.
Build fails, when
contributors: []
is not present in the frontmatter of blog pages.Update
layouts/partials/main/blog-meta.html
(line 1) to allow for absence ofcontributors: []
:Steps to reproduce
Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue much easier to diagnose (seriously).
thuliteio/doks#1279
Expected result
What should happen?
Actual result
What happened.
Environment
Paste the information here as shown by
npm run info
The text was updated successfully, but these errors were encountered: