Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

absolute_url broken with Jekyll 4.1.0 #168

Open
megastep opened this issue Jun 4, 2020 · 4 comments
Open

absolute_url broken with Jekyll 4.1.0 #168

megastep opened this issue Jun 4, 2020 · 4 comments

Comments

@megastep
Copy link

megastep commented Jun 4, 2020

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.

@torrocus
Copy link

It's probably related with this pull request: jekyll/jekyll#7793

@torrocus
Copy link

torrocus commented Jul 3, 2020

Unfortunately, this problem needs to be solved on the side of this plugin.
The problem concerns not only absolute_url, but also relative_url.

@kleuter
Copy link

kleuter commented Jul 3, 2020

True, relative_url filter is broken for me too.

@shushugah
Copy link
Collaborator

I am unable to reproduce it, can you provide an example?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants