mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 18:20:56 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user