oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

feat: add a breadcrumb #129

Closed oupala closed 5 years ago

oupala commented 5 years ago

Add a breadcrumb to tell the user where he is in the tree. js and html is there and working. It needs some css styling though.

fixes #94

oupala commented 5 years ago

This pull request comes from isse #94.

As apaxy does not use jQuery, we cannot use proposal from @danielwinther. Thanks anyway for contributing.

I tried the solution from @danndaghost and it works well. It still needs some css styling though. I opened this pull request for testing purposes and to let anyone add the css styling.