diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-08-03 12:31:41 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-03 12:31:41 +0200 |
commit | c7fd13462515915505232a54de7f7555f52d0371 (patch) | |
tree | 8c043292fc00551bb72970696dc073115d909c0c | |
parent | a5d2632ebbf8bc2c74f4d74e8be09b055473c96f (diff) | |
download | hugo-c7fd13462515915505232a54de7f7555f52d0371.tar.gz hugo-c7fd13462515915505232a54de7f7555f52d0371.zip |
Update 0.87.0-relnotes.md
[ci skip]
-rw-r--r-- | temp/0.87.0-relnotes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/temp/0.87.0-relnotes.md b/temp/0.87.0-relnotes.md index 3a20ec5e5..cac660b4b 100644 --- a/temp/0.87.0-relnotes.md +++ b/temp/0.87.0-relnotes.md @@ -2,8 +2,8 @@ Hugo `0.86` brings two long sought-after features: Default time zone support (pe For more information, see: -* [time zone config](https://gohugo.io/getting-started/configuration/#timezone) -* [time.Format](https://gohugo.io/functions/dateformat/) will now give you localized dates (with weekdays and months in the current language). It supports all of Go's layout syntax, but also some predefined constants, e.g. `{{ .Date | time.Format ":date_long" }}`. +* The [time zone config](https://gohugo.io/getting-started/configuration/#timezone) documentation. +* The [time.Format](https://gohugo.io/functions/dateformat/) documentation. This function will now give you localized dates (with weekdays and months in the current language). It supports all of Go's layout syntax, but also some predefined constants, e.g. `{{ .Date | time.Format ":date_long" }}`. * A set of new [localized number formatting ](https://gohugo.io/functions/lang/) Also in this release, we have switched to using [go-toml](https://github.com/pelletier/go-toml) for all things TOML in Hugo. A big thanks to [@pelletier](https://github.com/pelletier) for his work on the `v2` version. It's both faster than what we had and [TOML v1.0.0](https://toml.io/en/v1.0.0) compliant. |