Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added trailingSlashes option #31

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ The following tokens are replaced in templates:

Display mode. `tiles` and `details` are available. Defaults to `tiles`.

##### trailingSlashes

If set to true, links to directories will include a trailing slash. Defaults to false.

## Examples

### Serve directory indexes with vanilla node.js http server
Expand Down
Loading