Hey guys,
I recently upgraded hugo from 0.55 to 0.71. I was able to fix most breaking changes, but I noticed that homepage/index.html no longer shows mywebsite.com/posts by default and now only shows links to my 2 base pages: Posts and About Me. Is there a configuration where I can change this behavior?
I know I jumped quite a few versions, but I cant seem to find anything related in the Release Notes. Or did I miss something?
Best Regards,
Leo
Please share a repo so the problem can be reproduced.
Here is my blog before the upgrade. The generated index.html in /public still has all my posts: https://github.com/inemtsev/hugo_blog
index.html after upgrade: https://gist.github.com/inemtsev/3baf04bc875c3a5e9ecb83e40760a7a9
There was a change in the way you query pages, I don’t remember what or when, but as you are using an external theme, just update it.
I cloned your blog and installed the latest version of the kiss theme and it works.
Seems like it was in 0.57 the change occured. If you look at the git history of index.html in the theme you are using: https://github.com/ribice/kiss/commits/master/layouts/index.html
You can see the changes and some discussion about it.
Thank you. Updating the theme did the trick 