Hello,
I have been using hugo-theme-stack-starter to build my blog, which has been running normally for half a year. However, I encountered an issue: by default, under the homepage menu, all posted articles are sorted by each post's weight in ascending order. I would like to reverse this order. Could you please advise how to modify the parameters or code to achieve this?
I tried modifying /layouts/index.html with reference to https://gohugo.io/methods/pages/byweight/, but it didn't work.
Thank you!