willianjusten / cards-jekyll-template

A simple Jekyll Template Card Based.
https://willianjusten.github.io/cards-jekyll-template
Other
314 stars 276 forks source link

Pagination #28

Closed tip4programs closed 7 years ago

tip4programs commented 7 years ago

If there is a pagination, the theme will become far far better..... However it is awesome...

willianjusten commented 7 years ago

You know that you can create a pagination with two very simple details right? Just add paginate: number_of_cards to your _config.yml and change the loop on index.html to use post in paginator.posts.

Just that and you'll have pagination =)