Merge commit '87de22d7464e239c775fbd48ebce1665d5b1e80d'

This commit is contained in:
Bjørn Erik Pedersen
2023-07-29 11:17:28 +02:00
177 changed files with 1623 additions and 1556 deletions

View File

@@ -11,7 +11,7 @@ Jan 2 15:04:05 2006 MST
1 2 3 4 5 6 -7
```
### Hugo Date Templating Reference
### Hugo date templating reference
Each of the following examples show the reference formatting string followed by the string Hugo will output in your HTML.
@@ -54,7 +54,7 @@ date: 2017-03-03T14:15:59-06:00
`"Mon, 02 Jan 2006 15:04:05 -0700"` (RFC339)
: **Returns**: `Fri, 03 Mar 2017 14:15:59 -0600`
### Cardinal Numbers and Ordinal Abbreviations
### Cardinal numbers and ordinal abbreviations
Spelled-out cardinal numbers (e.g. "one", "two", and "three") and ordinal abbreviations (e.g. "1st", "2nd", and "3rd") are not currently supported.