How to Troubleshoot Missing Post Titles in Nested Sections?

Hi

I’ve set up a nested section in Hugo, but some post titles are missing when viewing them in the section. The posts are present, but they don’t show up correctly in the list. Anyone know what might be causing this or how I can fix it?

Thanks!

edit: re-read your post…

looks like you have the posts rendered but just missing it listed. or the text is empty.

maybe

  • related to context . vs $ in templates
  • missing attribute
  • check the html raw text

hard to tell without your source

but that’s just guessing around: see Requesting Help

old for missing pages

common reasons are

  • draft = true in frontmatter
  • publishing date in future (fe timeshift on different machines)
  • _indexmd vs index.md
  • caitilization of path components
  • layout/partial/template issues