kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
925 stars 202 forks source link

Missing slash before lang prefix in lang picker example #108

Closed bartek-szymanski closed 5 years ago

bartek-szymanski commented 6 years ago

Without the slash before language prefix links are broken.

Before: http://127.0.0.1:4000/about/ Click to change language, and you are taken to: http://127.0.0.1:4000/about/en/about/ which is not correct

After: http://127.0.0.1:4000/about/ Click to change language, and you are taken to: http://127.0.0.1:4000/en/about/ which is correct now