Fix uglyURLs example

Closes https://github.com/gohugoio/hugo/issues/4428
This commit is contained in:
Bjørn Erik Pedersen 2018-02-19 22:20:34 +01:00 committed by GitHub
parent cf8a937280
commit b0e82b3a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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