diff -r 000000000000 -r d970ebf37754 enmi12/glossaire/_posts/custom-layout-modes/2011-05-22-category-rows.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/enmi12/glossaire/_posts/custom-layout-modes/2011-05-22-category-rows.html Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,126 @@ +--- +title: Category rows +layout: default +category: custom-layout-modes +--- + +
+

This demo uses a custom layout mode, categoryRows that arranges elements into rows based on their category. The layout mode logic relies on sorting to define rows.

+
+ +
+ + {% include filter-buttons.html %} + +

Etc

+ + +
+ +
+ {% for elem_number in site.random_order | limit:60 %} + {% assign element = site.elements[elem_number] %} + {% include element-partial.html %} + {% endfor %} +
+ + + + + + + \ No newline at end of file