mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 10:54:40 -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
|
||||
└── about
|
||||
| └── _index.md // <- https://example.com/about/index.html
|
||||
| └── _index.md // <- https://example.com/about.html
|
||||
├── post
|
||||
| ├── firstpost.md // <- https://example.com/post/firstpost.html
|
||||
| ├── happy
|
||||
|
Loading…
x
Reference in New Issue
Block a user