-
Notifications
You must be signed in to change notification settings - Fork 11.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Page Order in NavBar #526
Comments
checkout my workaround in following commit: I added a new tag "sort_menu" for each page using numbers and then sorted based on "sort_menu": |
Isn't there an |
@bchao1 Do you have an example for that? |
Not sure which version you're using, In my case, line 39 in
So, you can simply add the
|
In the navigation bar, the order of the pages is defined by sorting alphabetically:
{%- assign sorted_pages = site.pages -%}.
Is there an easy way to specify a different order?
The text was updated successfully, but these errors were encountered: