alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Fix sidebar highlighting for single page navigation #62

Closed klssmith closed 5 years ago

klssmith commented 5 years ago

Items in the left navigation bar were no longer being highlighted when active for single page sites (this still worked for multipage sites.) This is because the href attribute for the table of content items has a different format for single page sites and multipage sites. We were only looking at the format for multipage table of content items when deciding which item to highlight, so this commit now ensures we look at both formats.

jonathanglassman commented 5 years ago

@tijmenb any chance you could review?