When the user loads dochub.io, the location is updated to #css/. If the
user then refreshed, previously there was no route to #css/ so the
topnav was never rendered and the homepage never appeared to finish
loading. With this change, the #css/:query route is more forgiving so it
will handle #css/ and #css.
This should address #16.
When the user loads dochub.io, the location is updated to #css/. If the user then refreshed, previously there was no route to #css/ so the topnav was never rendered and the homepage never appeared to finish loading. With this change, the #css/:query route is more forgiving so it will handle #css/ and #css.