diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2017-04-08 13:46:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 13:46:29 +0200 |
commit | 86c7dc002c2c22eaa489001573e3abc8a87fc937 (patch) | |
tree | 1a12290ba71dff6b996246cec4b6fedfee891746 /pelican-bootstrap3/README.md | |
parent | be9011a751e58140ec409136c221c8c95d220a6d (diff) | |
parent | a39d81dc091ac2c204f12492499d44fd2367558c (diff) | |
download | pelican-themes-86c7dc002c2c22eaa489001573e3abc8a87fc937.tar.gz |
Merge pull request #486 from mr-ubik/patch-1
fix: pelican-bootstrap3: Update to JINJA_ENVIRONMENT in the README.md
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 3f01784..c9ba3b6 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 |