Use index.md instead of _index.md in example

The about directory in the example has no children, but the example used _index.md. This is confusing to beginners.
This commit is contained in:
Johannes Ernst
2019-08-22 20:45:19 +02:00
committed by Bjørn Erik Pedersen
parent cc8ebb712a
commit 181b20112c
@@ -46,7 +46,7 @@ Without any additional configuration, the following will just work:
.
└── content
└── about
| └── _index.md // <- https://example.com/about/
| └── index.md // <- https://example.com/about/
├── posts
| ├── firstpost.md // <- https://example.com/posts/firstpost/
| ├── happy