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

Rendering for pages ending with / and not ending with slash #78

Closed
white-gecko opened this issue Jul 14, 2017 · 0 comments
Closed

Rendering for pages ending with / and not ending with slash #78

white-gecko opened this issue Jul 14, 2017 · 0 comments
Assignees
Milestone

Comments

@white-gecko
Copy link
Member

white-gecko commented Jul 14, 2017

  • http://example.org/hallo should be rendered to hallo.html
  • http://example.org/hallo/ should be rendered to hallo/index.html

We also have to clarify, what happens to the resources
http://example.org/hallo.html and http://example.org/hallo/index.html

I think they should also be mapped as follows

  • http://example.org/hallo.html to hallo.html
  • http://example.org/hallo/index.htmlto hallo/index.html

but we should add this special case to the README

The complete list is in #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants