diff -r 000000000000 -r d970ebf37754 enmi12/glossaire/_posts/demos/2010-12-30-sorting.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/enmi12/glossaire/_posts/demos/2010-12-30-sorting.html Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,56 @@ +--- +title: Sorting +layout: default +category: demos +--- + +
+

Sort item elements based on any data you can extract from them.

+

See docs on sorting.

+
+ +
+ + {% include sort-buttons.html %} + +
+ +
+ {% for elem_number in site.best_of_order %} + {% assign element = site.elements[elem_number] %} + {% include element-partial.html %} + {% endfor %} +
+ + + +