All these markdown files are in the same directory, punctuation.
For some reason comma, period, and apostrophe don’t render. I get 404 on them. I rendered the site into public and found that the markdown of the missing pages was not even rendering. They’re just missing.
I tried turning the index.md into an _index.md and suddenly the pages render properly.
But I don’t want a list view (_index.md) but a page with custom descriptions and links to the content (an index.md).
Can someone explain what’s happening, and maybe suggest a solution?
Thanks.
Edit
I have found the following comment but I am not sure it solves my problem.
I think the only solution to my problem is to add an {{ if then }} into my list.html page checking for a flag that turns off rendering lists of pages. I hope that’s not true.
I would like to add that this page-bundle leaf (index.md) vs branch (_index.md) is very confusing as it introduces, in addition to the distinction between singles and lists, all kinds of other implications. Is this a logical relationship?