mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix uglyURLs example
Closes https://github.com/gohugoio/hugo/issues/4428
This commit is contained in:
committed by
GitHub
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
|
||||
|
||||
Reference in New Issue
Block a user