fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.53k stars 275 forks source link

fix(post): fix the reversed problem for next and prev buttons #5

Closed dcalsky closed 7 years ago

dcalsky commented 7 years ago

Ooop, it's an obvious mistake in post page that next button and prev button have mussy classname and plain text. Fixed it. Otherwise, it will make lots of users confused.

fi3ework commented 7 years ago

The classname was the same as your pr before lastest commit. I changed it because the post of page.next which Hexo provides points to the earlier post. So the contradiction is that the page.next points to the older post or previous post. That's the cause of the confusion. :smile:

dcalsky commented 7 years ago

All right, but I still think that reverse the order of next and prev which is absolutely uncommon ...

fi3ework commented 7 years ago

In fact. I also think so.:expressionless: