sverrirs / jekyll-paginate-v2

Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
https://rubygems.org/gems/jekyll-paginate-v2
MIT License
517 stars 285 forks source link

pagination numbers not clickable #250

Closed salimbenfarhat closed 1 year ago

salimbenfarhat commented 1 year ago

Hello I using this plugin and I've listed all my posts on index.html default file by slices of 2. Actually I've 3 pages and when I navigate with left and right arrow it's works correctly. But if I'm on page 1 and I click on 2 or 3 i get error. I don't know why because the same code works with jekyll-paginate plugin (not v2).

Actually when I'm on first page(1) on click I get :

And when I'm on third page(3) on click I get :

Capture

Capture Capture2

salimbenfarhat commented 1 year ago

Solution found here on the quickfix : https://github.com/sverrirs/jekyll-paginate-v2/issues/221#issuecomment-1430188888 Thank you @schmitzCatz