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
With dropdown enabled, when I have a folder (with no content) containing subpages, the folder is clickable in the navigation, leading to a 404.
I think the navigation should not create links when the page is not routable.
I fixed it like this in templates/partials/navigation.html.twig:
Hi,
With dropdown enabled, when I have a folder (with no content) containing subpages, the folder is clickable in the navigation, leading to a 404.
I think the navigation should not create links when the page is not routable.
I fixed it like this in
templates/partials/navigation.html.twig
:replaced by
I think a proper fix would even remove the tag, but this needs a bit more work so that it displays correctly.
Thanks !
The text was updated successfully, but these errors were encountered: