-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Post sort fix #2262
Post sort fix #2262
Conversation
Updated tests to check for every posts prev and next properties.
Could you please remove yarn.lock or add it to the gitignore? |
Done :) |
1 similar comment
After rethinking about this issue, I think this may be varied based on the perspective of view on previous and next. Let's say we have several posts from newest to oldest:
The However, |
I've noticed that the 'next' and 'previous' page attributes were back to front.
This was due to how the posts were sorted in the post generator.
Tests have been updated accordingly.