jekyll-multiple-languages-plugin icon indicating copy to clipboard operation
jekyll-multiple-languages-plugin copied to clipboard

Sort

Open kubarazny opened this issue 7 years ago • 0 comments

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.

kubarazny avatar Feb 13 '18 15:02 kubarazny