UW-UPL/uw-upl.github.io

Fix alphabetic sorts

Closed this issue · 2 comments

It appears that Jekyll does not do a case-ignoring alphabetic sort. Is this worthwhile to change?

Basically, which is The Correct Order™?

['XYZ', 'abc']
// or
['abc', 'XYZ']

I'm aware of this and agree that it's not ideal. I think the best solution is to wait for GitHub to upgrade the version of Jekyll they use so we can get the upstream commit that fixes this.

Awesome 👍 I'll make my sorting case-ignorant.