Is it not possible to use Modifiers on the nav tag? #5382
Unanswered
Smilesharks
asked this question in
Troubleshooting
Replies: 1 comment
-
Don't believe those are valid parameters for the You could maybe use two tags and check the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to split a navigation menu into two sections, is it possible to limit the first chunk and offset the second?
{{ nav:main_nav limit="4" }} {{ title }} {{ /nav:main_nav }}
{{ nav:main_nav offset="4" }} {{ title }} {{ /nav:main_nav }}
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions