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
{{ message }}
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Hello,
I am using jekyll-multiple-languages-plugin-1.7.0
and jekyll-sitemap-1.4.0.
My sitemap is only generated for one language (primary).
The same map is created in the _site/ru and _site/en folders.
language_default: en
languages: ["en", "pt-br", "es"]
default_locale_in_subfolder: true
The sitemap generated was loop into the default configured folder. So, if you have post just into es and no into default lang, the loop using the permalinks will not find the es post.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am using jekyll-multiple-languages-plugin-1.7.0
and jekyll-sitemap-1.4.0.
My sitemap is only generated for one language (primary).
The same map is created in the _site/ru and _site/en folders.
Example for en:
https://example.com/ru/about/
Example for ru:
https://example.com/ru/about/
The text was updated successfully, but these errors were encountered: