Roman
Roman
The way I see it, the following options are consistent: - `base/page2/` and `base/` - `base/page2/index.html` and `base/index.html` I don't know why anyone would want to have a mix between...
I was using `paginate_path: "blog/page:num"` that I took from http://jekyllrb.com/docs/pagination/. It should indeed be `"blog/page:num/"`, could you update the docs as it is misleading? Not sure about the defaults -...
Submitted: https://github.com/jekyll/jekyll/pull/3091 Concerning the `base/index.html` issue, just want to add that other people also had to fix it and blogged about this: http://www.ericlagergren.com/blog/jekyll-pagination/ `| replace: 'index.html', '/'` http://www.paulwrankin.com/blog/2014/10/16/better-jekyll-pagination/ `{% if...