Liquid - Sorting arrays (cause it's fun)
Ref:
Sorting arrays in liquid (used in jekyll theming processing)
parkr showed how to do this without the pull being accepted which is great!
{% assign sortedPosts = site.posts | sort_by:name %}
sorting collections in liquid can be done as:
{ { page.tags | sort } }
blog comments powered by Disqus