Skip to content

Commit 12212da

Browse files
authored
Add shields badges
1 parent 4625d69 commit 12212da

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mkdocs-git-revision-date-localized-plugin)
2+
![PyPI](https://img.shields.io/pypi/v/mkdocs-git-revision-date-localized-plugin)
3+
![PyPI - Downloads](https://img.shields.io/pypi/dm/mkdocs-git-revision-date-localized-plugin)
4+
15
# mkdocs-git-revision-date-localized-plugin
26

37
[MkDocs](https://www.mkdocs.org/) plugin that enables displaying the localized date of the last git modification of a markdown file. Forked from [mkdocs-git-revision-date-plugin](https://github.com/zhaoterryy/mkdocs-git-revision-date-plugin). The plugin uses [babel](https://github.com/python-babel/babel/tree/master/babel) and [timeago](https://github.com/hustcc/timeago) to provide different localized date formats.
@@ -74,4 +78,4 @@ plugins:
7478
- git-revision-date-localized:
7579
type: timeago
7680
locale: nl
77-
```
81+
```

0 commit comments

Comments
 (0)