Skip to content
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

change sorting #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

change sorting #32

wants to merge 3 commits into from

Commits on Aug 18, 2021

  1. Update eleventy-navigation.js

    allow better sorting. pages that have an order command are now always first, not last.
    mstenz authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d12ee62 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. make sorting even better

    make sorting even better:
    - not only numeric but also alphabetic sorting
    - elements with an order are the first ones listed
    - backwardscompatibilty with 'order: 0' (exluded from priorization)
    mstenz authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    593f215 View commit details
    Browse the repository at this point in the history
  2. redo unwanted changes

    mstenz authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    33322c7 View commit details
    Browse the repository at this point in the history