jmromer / casper

Ghost's Casper theme, for Octopress.
MIT License
42 stars 6 forks source link

Paginator not working #2

Closed sungwoncho closed 9 years ago

sungwoncho commented 10 years ago

When I installed the theme, it did not display any posts in the index page.

In source/index.html, I changed {% for post in paginator.posts %} to {% for post in site.posts %}, and the posts are now displaying. However, the pagination in the index page is not working. I think this is an issue with paginator.