From: Nikolay Kirsh Date: Tue, 20 Jan 2015 19:40:32 +0000 (+0500) Subject: fix --uglyUrls params X-Git-Tag: v0.13~144 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=932214d72509d499f48d0f98c1d128e9fc9c7e10;p=brevno-suite%2Fhugo fix --uglyUrls params --- diff --git a/docs/content/content/organization.md b/docs/content/content/organization.md index e6bc8e8c..7908acbe 100644 --- a/docs/content/content/organization.md +++ b/docs/content/content/organization.md @@ -35,7 +35,7 @@ in Hugo and is used as the [section](/content/sections). ├── first.md // <- http://1.com/quote/first/ └── second.md // <- http://1.com/quote/second/ -**Here's the same organization run with `hugo --uglyurls`** +**Here's the same organization run with `hugo --uglyUrls`** . └── content @@ -87,7 +87,7 @@ path. Includes [section](/content/sections). A complete URL can be provided. This will override all the above as it pertains to the end destination. This must be the path from the baseurl (starting with a "/"). When a url is provided, it will be used exactly. Using url will ignore the -`--uglyurls` setting. +`--uglyUrls` setting. ## Path breakdown in Hugo