You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ When writing your own [custom themes](https://www.mkdocs.org/user-guide/custom-t
68
68
{% endif %}
69
69
```
70
70
71
+
You can style the output using CSS: the date outputs are always wrapped in `<span class='git-revision-date-localized-plugin git-revision-date-localized-plugin-{type}></span>` (where `{type}` is replaced with the `type` option set in the plugin).
72
+
71
73
## Options
72
74
73
75
You can customize the plugin by setting options in `mkdocs.yml`. For example:
@@ -86,7 +88,7 @@ plugins:
86
88
Default is `date`. To change the date format, set the `type` parameter to one of `date`, `datetime`, `iso_date`, `iso_datetime` or `timeago`. Example outputs:
0 commit comments