wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Add blog posts pagination #33

Open OPerel opened 4 years ago

OPerel commented 4 years ago

Add the option to navigate back and fore through the posts without going back to posts index. The user should have a Next and a Back buttons on each post. If the user is on the first or last post, then only one button should appear (next if it's the first post, and back if it's the last).

Optional: Besides buttons for next and back, add the range of posts number the user is in. E.g: pagination

Note: If this involves any set up and configurations, either in the Next.JS project or in Contentful's dashboard, please add the proper documentation to README.md.