davidhampgonsalves / hugo-black-and-light-theme

A High contrast, text oriented, performant and Javascript-free theme for Hugo.
https://themes.gohugo.io/themes/hugo-black-and-light-theme/
GNU General Public License v3.0
189 stars 94 forks source link

Next and previous post buttons reversed. #8

Closed GAZ082 closed 6 years ago

GAZ082 commented 7 years ago

Hi there. I found that the nav buttons of the posts are reversed. IE, the next post is on the left bottom corner instead of the left, and the previous post is on the right bottom.

My posts are sorted by weight. Is this intentional? If so, how can i reverse it?

Thanks.

GAZ082 commented 7 years ago

:3

davidhampgonsalves commented 6 years ago

Sorry for the delay, I missed the notification. The next / previous button destinations are generated by hugo not the layout. See: https://github.com/davidhampgonsalves/hugo-black-and-light-theme/blob/master/layouts/_default/single.html#L14

This might help: https://discourse.gohugo.io/t/next-prev-based-on-menu-parent-and-weight/292