-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Missing rel attributes for links #109
Comments
This sounds like a good idea, maybe a |
I think it's a good idea, so I guess thoses would be boolean variables to activate/deactivate the feature ? |
may be not boolean, like this |
|
new version uploaded, you may try it. |
I use flask_paginate 2022.01.08 with python 3.11
I think we could use (either by default or as an option) the
rel
attributes withprev
andnext
to improve semantics and also use theprefetch
attribute with next link, so it can accelerate the loading of next page when we click on the next link.Here is the sample patch on version
2022.01.08
if I add the attributes next, prefetch for the next links.The text was updated successfully, but these errors were encountered: