kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
922 stars 203 forks source link

Global permalink option is ignored #184

Open robin9975 opened 3 years ago

robin9975 commented 3 years ago

Jekyll provides the ability to provide a permalink for the posts, for example used when you don't want to include the date in the blog post. However, it seems that this global setting in _config.yml is ignored, even when provided a language specific permalink, e.g. permalink_en.

It works when the override permalink is supplied to the post itself, but it is very impractical to do this for every post.

I took a quick. naive look and believe the problem might be coming from the fact that this code. Agreed?

I might be able to provide a pull request, though I'm not very proficient in Ruby. But would be nice if someone could confirm checking there would probably fix the issue.

Plugin works like a charm though :) Thanks for all the effort you guys put into this!

atraining commented 3 years ago

Hi robin, i had similar issues. The permalink option works for me, our jekyll code is linked in our blogpost. https://www.helm-nagel.com/how-to-score-a-perfect-100-percent-on-google-pagespeed-insights