mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
Update urls.md
This commit is contained in:
@@ -46,7 +46,7 @@ Set the `url` in front matter to override the entire path. Use this with either
|
|||||||
{{% note %}}
|
{{% note %}}
|
||||||
Hugo does not sanitize the `url` front matter field, allowing you to generate:
|
Hugo does not sanitize the `url` front matter field, allowing you to generate:
|
||||||
|
|
||||||
- File paths that contain characters reserved by the operating system. For example, file paths on Windows may not contain any of these [reserved characters]. Hugo throws an error if a file path includes a character reserved by the current operating system..
|
- File paths that contain characters reserved by the operating system. For example, file paths on Windows may not contain any of these [reserved characters]. Hugo throws an error if a file path includes a character reserved by the current operating system.
|
||||||
- URLs that contain disallowed characters. For example, the less than sign (`<`) is not allowed in a URL.
|
- URLs that contain disallowed characters. For example, the less than sign (`<`) is not allowed in a URL.
|
||||||
|
|
||||||
[reserved characters]: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions
|
[reserved characters]: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions
|
||||||
|
|||||||
Reference in New Issue
Block a user