diff options
Diffstat (limited to 'pelican-bootstrap3/README.md')
-rw-r--r-- | pelican-bootstrap3/README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index c53c1d7..cc068fc 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -26,7 +26,15 @@ Point the `THEME` variable in your `pelicanconf.py` to `JINJA_EXTENSIONS = ['jinja2.ext.i18n']` -to your Pelican configuration, as this template can be translated (see below). +to your Pelican configuration, as this template can be +translated (see `Translations` below). You also +need to activate a plugin that initializes the i18n jinja extension. One +possibility is an up to date version of the +[`i18n_subsites`](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) +plugin: + +`PLUGIN_PATHS = ['/path/to/git/pelican-plugins']` +`PLUGINS = ['i18n_subsites']` ## Usage |