jmromer / casper

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

URL fix for "Older Posts" link #4

Closed atabas closed 9 years ago

jmromer commented 9 years ago

The pagination directory should be set in _config.yml under pagination_directory rather than hard-coded in the template. {{ site.paginate_directory }} will be replaced by posts if you sent the following:

# _config.yml
paginate_directory: /posts
atabas commented 9 years ago

That in fact did not work for me. Everytime I did rake generate and rake deploy, it would get overwritten again.