content: Fix typo

This commit is contained in:
Joe Mooring
2025-07-08 11:30:16 -07:00
committed by GitHub
parent a5a4fa9075
commit 1ac119d26f
-1
View File
@@ -74,7 +74,6 @@ Hugo provides the following [tokens](g) to help you configure your front matter:
- `YYYY-MM-DD`
- `YYYY-MM-DD-HH-MM-SS` {{< new-in 0.148.0 />}}
Within the `YYYY-MM-DD-HH-MM-SS` format, the date and time values may be separated by any character including a space (e.g., `2025-02-01T14-30-00`).
Hugo resolves the extracted date to the [`timeZone`] defined in your site configuration, falling back to the system time zone. After extracting the date, Hugo uses the remaining part of the file name to generate the page's [`slug`], but only if you haven't already specified a slug in the page's front matter.