learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Consider index.html Redirects for Navbar #3637

Closed AlpacaFur closed 1 year ago

AlpacaFur commented 1 year ago

This PR refactors existing nav-highlighting logic and considers the case where a link is the same as the page minus "index.html".

For example if the user is on /learn/Splash/index.html and there's a navbar entry with a href of /learn/Splash/ or /learn/Splash, these will now be considered matches for highlighting purposes.

Resolves #3596