Hi, I’ve got a related question. I’m using .Prev/NextInSection which works perfectly inside a section.
But how do you show a link to the first article in the next section? The sections, in my case, are sorted through a menu.main in config.yaml.
Something similar to <a href="{{ (.Site.Menus.main.ByWeight.Next .).Permalink }}">Prev</a>
perhaps?