elixirschool / school_house

The new era of Elixir School now powered by @phoenixframework
https://elixirschool.com/
Apache License 2.0
152 stars 48 forks source link

Add pagination to blog posts page #152

Closed cristineguadelupe closed 2 years ago

cristineguadelupe commented 2 years ago

This PR solves #148

This should be seen as a temporary solution. I think it’s worth the price fix the access to the older posts as soon as possible even with a not so elegant solution. I will work on a more complete solution that allows readers to choose items per page, with pagination working with tags too, an improved and responsive design and a more organized code.

doomspork commented 2 years ago

@cristineguadelupe could you rebase on master to eliminate the conflicts?

cristineguadelupe commented 2 years ago

@cristineguadelupe could you rebase on master to eliminate the conflicts?

Done!

kinson commented 2 years ago

@cristineguadelupe I'll pull this down and check it out this evening!