jekyll-multiple-languages-plugin
jekyll-multiple-languages-plugin copied to clipboard
Sort
When I'm trying to sort my collection from _i18n folder like this:
{% assign lecturers = site.translations[site.lang]["program-doctors-committe-test"] | sort: 'lastName' %}
I get an error: Error: Liquid error (line 41): Cannot sort a null object.