Skip to content

Commit

Permalink
fixed nav plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 28, 2024
1 parent f705c16 commit 326ff7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
- New option `caseSensitiveUrls` to allow to export two urls with the same name but different cases [#625].

### Fixed
- Nav plugin: the `order` option is not applied.
- Updated dependencies: `std`.

## [2.2.2] - 2024-06-21
Expand Down
2 changes: 1 addition & 1 deletion plugins/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class Nav {
}
}

return convert(nav);
return convert(nav, undefined, sort);
}
}

Expand Down

0 comments on commit 326ff7e

Please sign in to comment.