We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At this point, pagination url looks as follows.
https://slide.meguro.ryuzee.com/popular?page=2
It would be better to remove query string and include page number into path.
In addition, link rel="next" and link rel="prev" tags must be added in the head tag
link rel="next"
link rel="prev"
The text was updated successfully, but these errors were encountered:
See mislav/will_paginate#183
Sorry, something went wrong.
https://github.com/kaminari/kaminari seems better solution.
No branches or pull requests
At this point, pagination url looks as follows.
It would be better to remove query string and include page number into path.
In addition,
link rel="next"
andlink rel="prev"
tags must be added in the head tagThe text was updated successfully, but these errors were encountered: