This commit is contained in:
Andreas Deininger 2024-02-29 12:36:24 +01:00 committed by GitHub
parent 48a5ac2138
commit 37c1d9c92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ Site
## Alternate date format
To insert date and time with an altnerate format, use the [`time.Now`] function:
To insert date and time with an alternate format, use the [`time.Now`] function:
[`time.Now`]: /functions/time/now/

View File

@ -3,7 +3,7 @@
command = "hugo --gc --minify"
[build.environment]
HUGO_VERSION = "0.123.5"
HUGO_VERSION = "0.123.6"
[context.production.environment]
HUGO_ENV = "production"