diff options
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index cc068fc..897e972 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -24,7 +24,9 @@ Then: Point the `THEME` variable in your `pelicanconf.py` to `/path/to/pelican-bootstrap3` and add -`JINJA_EXTENSIONS = ['jinja2.ext.i18n']` +``` +JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']} +``` to your Pelican configuration, as this template can be translated (see `Translations` below). You also |