Before I go and create a sample repo and all, I’ve got a question about what is the expected behavior with what I’m doing.
I’ve got {{ range .Pages.ByWeight.ByDate.ByTitle }}
but instead of ordering by weight, then date, then title, Hugo is ordering purely by title.
Is this expected or should I be creating a reproducible test case and looking at why it’s not doing what I expect?