You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the i18n_subsites plugin (https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites), the photos plugin will generate identical directories with the photos for each language. This does not make much sense if the image paths are absolute anyway (<a href="/photos/ ) and thus all languages will load the images from the primary language.
The text was updated successfully, but these errors were encountered:
When using the
i18n_subsites
plugin (https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites), the photos plugin will generate identical directories with the photos for each language. This does not make much sense if the image paths are absolute anyway (<a href="/photos/
) and thus all languages will load the images from the primary language.The text was updated successfully, but these errors were encountered: