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 has been archived by the owner on Jan 15, 2024. It is now read-only.
I am working on a website that's translated using the jekyll-multiple-languages-plugin. I just tried to upgrade from Jekyll 4.0 to Jekyll 4.1.0 (the current version right now) and suddenly it appears that the absolute_url filter is broken.
The behavior in previous versions of Jekyll would be that it would prepend the locale subdirs as necessary; however as of Jekyll 4.1 it is now always returning the root of the site regardless of the language being processed. This breaks many links on my site, of course.
I am not sure if this is a temporary issue in Jekyll itself or something that should be addressed in this plugin, but I think you should be aware of this in case you can address it.
The text was updated successfully, but these errors were encountered:
I am working on a website that's translated using the jekyll-multiple-languages-plugin. I just tried to upgrade from Jekyll 4.0 to Jekyll 4.1.0 (the current version right now) and suddenly it appears that the
absolute_url
filter is broken.The behavior in previous versions of Jekyll would be that it would prepend the locale subdirs as necessary; however as of Jekyll 4.1 it is now always returning the root of the site regardless of the language being processed. This breaks many links on my site, of course.
I am not sure if this is a temporary issue in Jekyll itself or something that should be addressed in this plugin, but I think you should be aware of this in case you can address it.
The text was updated successfully, but these errors were encountered: