mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 14:20:52 +00:00
docs: Fix typo in url extras
This commit is contained in:
parent
ca74dd233d
commit
1abc12a949
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ weight: 110
|
|||
|
||||
## Pretty URLs
|
||||
|
||||
By default, Hugo create content with 'pretty' URLs. For example,
|
||||
By default, Hugo creates content with 'pretty' URLs. For example,
|
||||
content created at `/content/extras/urls.md` will be rendered at
|
||||
`/public/extras/urls/index.html`, thus accessible from the browser
|
||||
at http://example.com/extras/urls/. No non-standard server-side
|
||||
|
|
Loading…
Reference in a new issue