diff options
author | Jesús <heckyel@hyperbola.info> | 2020-10-02 15:00:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-10-02 15:00:22 -0500 |
commit | 08d9b22103c5d25cd777ea6dc021e6aa93d85af8 (patch) | |
tree | bfe5b556ef7bf710358de3345128e67a3899eeb4 /plugins/i18n_subsites/implementing_language_buttons.rst | |
parent | b49d21c9841ec5b4d3f7a93cd6db6acbbcc77c3f (diff) | |
download | cl-08d9b22103c5d25cd777ea6dc021e6aa93d85af8.tar.lz cl-08d9b22103c5d25cd777ea6dc021e6aa93d85af8.tar.xz cl-08d9b22103c5d25cd777ea6dc021e6aa93d85af8.zip |
fix i18n_subsites with pelican 4.0.0
Diffstat (limited to 'plugins/i18n_subsites/implementing_language_buttons.rst')
-rw-r--r-- | plugins/i18n_subsites/implementing_language_buttons.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/i18n_subsites/implementing_language_buttons.rst b/plugins/i18n_subsites/implementing_language_buttons.rst index 43f8bb3..55b7bf3 100644 --- a/plugins/i18n_subsites/implementing_language_buttons.rst +++ b/plugins/i18n_subsites/implementing_language_buttons.rst @@ -39,7 +39,7 @@ with local development when ``SITEURL == ''``. Language buttons showing all available languages, current is active ................................................................... -The ``extra_siteurls`` dictionary is a mapping of all languages to the +The ``lang_subsites`` dictionary is a mapping of all languages to the ``SITEURL`` of the respective (sub-)sites. This template sets the language of the current (sub-)site as active. |