-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Modify the order of the links before and after the article at the bot… #1257
Conversation
Thanks so much for opening your first PR here! |
I don't quite understand. The link to the previous article should be displayed on the left, and yes, it is on the left. https://theme-next.org/next-7-5-0-released/ Do you mean on the right? #983 |
yes |
Thanks for your contributing. So, what you mean is
Can you provide more evidence to prove it? The behavior of NexT is currently consistent with the wordpress convention. |
Sorry, I am saying that the current version shows the link to the old article on the left. Normally, the link to the new article should be placed on the left. |
I think I have understood your thoughts.
However, I can hardly agree that this is something normal. As I have said, can you provide any evidence to prove it? Thanks. |
|
I think this part is ambiguous, so make it configurable, maybe better. |
It is configurable. The order of each post is generated by Hexo, and controlled by |
Superseded by 1417248 |
…tom of the page
PR Checklist
PR Type
What is the current behavior?
I found that there is a problem with the order of the links before and after the page. The link to the previous article should be displayed on the left under normal circumstances and now on the right.
What is the new behavior?
I modified the post.swig file under "layout/_macro/". The specific modification is the code snippet under "{% if not is_index and (post.prev or post.next) %}"
How to use?
In NexT
_config.yml
:Does this PR introduce a breaking change?