zalando / zalando.github.io

Open Source Documentation and guidelines for Zalando developers
https://opensource.zalando.com
MIT License
90 stars 38 forks source link

bug: blog/page1 gives 404 not found #405

Closed lorenzocestaro closed 2 years ago

lorenzocestaro commented 5 years ago

Hi guys, great work with the open source management at Zalando!

I found a bug while browsing your website: when you click 1 on the blog pagination nav you get a 404 because route blog/page1 does not exists, it is actually just blog/. It should only be a matter of adding and extra condition inside _includes/pagination.html as you can see in this tutorial.

Keep it up

szafranek commented 2 years ago

Fixed in https://github.com/zalando/zalando.github.io/pull/423