revision-date-localized v0.9
Added
- New
{{ git_creation_date_localized }}tag available, thanks to @PegasisForever (#50) - New documentation website
Changed
- Dropped support for python 3.5 (mkdocs supports 3.6+) (0cd1179)
- Dropped support for using
page.metaprefix when using in a regular markdown context (ddfb9f8).
Upgrading from 0.x
Inside any markdown (.md) files, replace any occurances of {{ page.meta.git_revision_date_localized }} with
{{ git_revision_date_localized }}