mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Update urls.md
Corrected the --uglyUrls flag, wouldn't work if lowercase.
This commit is contained in:
parent
b590de6917
commit
1a0dc0b936
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ work.
|
||||||
|
|
||||||
If you would like to have ugly URLs, you are in luck. Hugo supports the
|
If you would like to have ugly URLs, you are in luck. Hugo supports the
|
||||||
ability to create your entire site with ugly URLs. Simply use the
|
ability to create your entire site with ugly URLs. Simply use the
|
||||||
`--uglyurls=true` flag on the command line.
|
`--uglyUrls=true` flag on the command line.
|
||||||
|
|
||||||
If you want a specific piece of content to have an exact URL, you can
|
If you want a specific piece of content to have an exact URL, you can
|
||||||
specify this in the front matter under the url key. See [Content
|
specify this in the front matter under the url key. See [Content
|
||||||
|
|
Loading…
Reference in a new issue