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
It seems that the includeSelf option for the eleventyNavigationBreadcrumb filter doesn't work with Liquid templates. This does not include the current page in the breadcrumb trail:
It seems that the
includeSelf
option for theeleventyNavigationBreadcrumb
filter doesn't work with Liquid templates. This does not include the current page in the breadcrumb trail:The problem is here:
When using Liquid templates,
options
is actually an array[ 'includeSelf', true ]
Substituting the if statement with the following fixes it:
Versions:
The text was updated successfully, but these errors were encountered: