From 902a14a185d4836f9501808839cf4809c9be1c9d Mon Sep 17 00:00:00 2001 From: Jeremiah Valenzuela Date: Mon, 31 Jul 2017 06:59:22 -0500 Subject: [PATCH] Add missing word to pretty URLs explanation --- content/content-management/urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/urls.md b/content/content-management/urls.md index 74f2f772e..262c73de2 100644 --- a/content/content-management/urls.md +++ b/content/content-management/urls.md @@ -190,7 +190,7 @@ content/posts/post-1.md ## Ugly URLs -If you would like to have are often referred to as "ugly URLs" (e.g., example.com/urls.html), set `uglyurls = true` or `uglyurls: true` in your site's `config.toml` or `config.yaml`, respectively. You can also use the `--uglyURLs=true` [flag from the command line][usage] with `hugo` or `hugo server`.. +If you would like to have what are often referred to as "ugly URLs" (e.g., example.com/urls.html), set `uglyurls = true` or `uglyurls: true` in your site's `config.toml` or `config.yaml`, respectively. You can also use the `--uglyURLs=true` [flag from the command line][usage] with `hugo` or `hugo server`.. 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. The following are examples of the same content directory and what the eventual URL structure will be when Hugo runs with its default behavior.