kurtsson / jekyll-multiple-languages-plugin

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

Correct variable which provides the language of a page #84

Closed klomontes closed 5 years ago

klomontes commented 7 years ago

@Anthony-Gaudino This fixes an error in the instructions on how to use the plugin. This caused quite a confusion in my project since I was already using a variable {{ page.lang }} which always returned en even though the translations were correct.

joshcummingsdesign commented 5 years ago

@kurtsson Ready to merge