From 1a0dc0b936eae821a4f551c58d7d22b1562392cb Mon Sep 17 00:00:00 2001 From: rybi Date: Wed, 17 Sep 2014 21:59:18 +0200 Subject: [PATCH] Update urls.md Corrected the --uglyUrls flag, wouldn't work if lowercase. --- docs/content/extras/urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/extras/urls.md b/docs/content/extras/urls.md index dab83fb0a..7bfaf3325 100644 --- a/docs/content/extras/urls.md +++ b/docs/content/extras/urls.md @@ -22,7 +22,7 @@ work. 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 -`--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 specify this in the front matter under the url key. See [Content