-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added :language macro for frontmatter YML #159
base: master
Are you sure you want to change the base?
Conversation
you can use this plugin jekyll-multiple-languages-plugin? the paginate-v2 locales are inconvenient and very limited |
Needs to be rebased due to forced backtracking in repo |
This is very old plugin, try using another version of jekyll-language-plugin if you can. Thanks. |
With this change, you won't need to create a new file for each locale you need.
Just write:
locale: ":language"
And depending on language it will change.
Full example:
I'm using jekyll-language-plugin together with this.