Skip to content

Commit

Permalink
Restore sorting of schema list
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jul 31, 2024
1 parent 3152685 commit 4772fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/_includes/_schema_list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ul>
{%- assign schemas = site.pages | where: 'dir', '/' %}
{%- assign schemas = site.pages | where: 'dir', '/' | sort: 'sort-index' %}
{%- for schema in schemas %}
{%- if schema.name != 'index.md' %}
<li>
Expand Down

0 comments on commit 4772fb7

Please sign in to comment.