Make the current sorting mode selectable in index
Previously, since the current sort mode wasn't selectable, keyboard navigation would skip it and not announce it. This makes it such that all the items are always clickable. Also, add a aria-current="page" so that current sorting mode can be announced as active.
Fixes #365 (closed)