mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 21:35:13 -04:00
Fix uglyURLs example
Closes https://github.com/gohugoio/hugo/issues/4428
This commit is contained in:
parent
cf8a937280
commit
b0e82b3a5c
@ -222,7 +222,7 @@ Here's the same organization run with `hugo --uglyURLs`:
|
|||||||
.
|
.
|
||||||
└── content
|
└── content
|
||||||
└── about
|
└── about
|
||||||
| └── _index.md // <- https://example.com/about/index.html
|
| └── _index.md // <- https://example.com/about.html
|
||||||
├── post
|
├── post
|
||||||
| ├── firstpost.md // <- https://example.com/post/firstpost.html
|
| ├── firstpost.md // <- https://example.com/post/firstpost.html
|
||||||
| ├── happy
|
| ├── happy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user