I navigated to a new page I had created (contents/other/index.md) by going to http://localhost:8080/other and received a 404 error. I then added a / to go to http://localhost:8080/other/, and received the expected page.
You can reproduce this by running wintersmith preview on the basic blog setup and navigating to http://localhost:8080/articles/hello-world/--after removing the / (http://localhost:8080/articles/hello-world), you receive a 404 error.
While not a huge issue, I feel like this is a common enough expectation among power users that navigating to a URL with or without a trailing slash would still deliver the user to the same URL.
I navigated to a new page I had created (contents/other/index.md) by going to
http://localhost:8080/other
and received a 404 error. I then added a/
to go tohttp://localhost:8080/other/
, and received the expected page.You can reproduce this by running
wintersmith preview
on the basic blog setup and navigating tohttp://localhost:8080/articles/hello-world/
--after removing the/
(http://localhost:8080/articles/hello-world
), you receive a 404 error.While not a huge issue, I feel like this is a common enough expectation among power users that navigating to a URL with or without a trailing slash would still deliver the user to the same URL.