Hi everyone, I am trying to create a /posts section which will list the title of the all of the available posts split up by year. However when I visit /posts I simply get “404 page not found”.
- I have created a
themes/THEME/layouts/section/posts.htmlas shown here: https://gohugo.io/templates/list#section-lists - The output of
hugo serve --verbosedoesn’t give any hints.
Any hints in the right direction here would be appreciated.
Thanks!