Skip to content

Commit

Permalink
Babeldates deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 7, 2018
1 parent eeda326 commit cb8958f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v7/babeldates/README.md
@@ -1 +1,3 @@
This plugin uses [Babel](https://babel.pocoo.org) to format dates. It requires `DATE_FANCINESS` to be 0, and a setting called `BABEL_DATE_FORMATTS`, either a string or a dict. See [Babel's documentation](http://babel.pocoo.org/en/latest/dates.html) for the values that this setting can have.
This plugin uses [Babel](https://babel.pocoo.org) to format dates. It requires `DATE_FANCINESS` to be 0, and a setting called `BABEL_DATE_FORMAT`, either a string or a dict. See [Babel's documentation](http://babel.pocoo.org/en/latest/dates.html) for the values that this setting can have.

This plugin is **obsolete**. Nikola v8 uses Babel by default.
1 change: 1 addition & 0 deletions v7/babeldates/babeldates.plugin
Expand Up @@ -9,3 +9,4 @@ Author = Sukil Etxenike
Version = 0.1
Website = https://plugins.getnikola.com/#babeldates
Description = Use Babel to format dates.
MaxVersion=7.8.15

0 comments on commit cb8958f

Please sign in to comment.