use next_page_path and previous_page_path
authorTom Anderson <tom@squeat.com>
Fri, 27 Feb 2015 23:34:40 +0000 (16:34 -0700)
committerTom Anderson <tom@squeat.com>
Fri, 27 Feb 2015 23:34:40 +0000 (16:34 -0700)
Not only is this simpler, but it allows for changing of the default page paths.  For example if I want dashes in my page paths, I can set
`paginate_path: "/page-:num/"` in my _config.yml.


No differences found