Skip to content

Commit 50dbf48

Browse files
committed
Merge branch 'master' of github.com:timvink/mkdocs-git-revision-date-localized-plugin
2 parents 9894ab5 + ca3e191 commit 50dbf48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/options.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can customize the plugin by setting options in `mkdocs.yml`. For example:
2222
Default is `date`. The format of the date to be displayed. Valid values are `date`, `datetime`, `iso_date`, `iso_datetime` and `timeago`. Example outputs:
2323

2424
```yaml
25-
28 November, 2019 # type: date (default)
26-
28 November, 2019 13:57:28 # type: datetime
25+
November 28, 2019 # type: date (default)
26+
November 28, 2019 13:57:28 # type: datetime
2727
2019-11-28 # type: iso_date
2828
2019-11-28 13:57:26 # type: iso_datetime
2929
20 hours ago # type: timeago
@@ -44,8 +44,8 @@ Default is `None`. Specify a two letter [ISO639](https://en.wikipedia.org/wiki/L
4444
Example outputs:
4545

4646
```yaml
47-
27 April, 2021 # `locale: en` with `type: date` (default)
48-
27 April, 2021 13:11:28 # `locale: en` with `type: datetime`
47+
April 27, 2021 # `locale: en` with `type: date` (default)
48+
April 27, 2021 13:11:28 # `locale: en` with `type: datetime`
4949
2 weeks ago # `locale: en` with `type: timeago`
5050
27 de marzo de 2021 # `locale: es` with `type: date`
5151
27 de marzo de 2021 13:57:28 # `locale: es` with `type: datetime`

0 commit comments

Comments
 (0)