mirror of https://github.com/metafizzy/isotope
Filter & sort magical layouts
http://isotope.metafizzy.co
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
352 B
16 lines
352 B
--- |
|
title: Elements Partial |
|
layout: default |
|
category: demos |
|
--- |
|
|
|
{% include elements-demo-head.html %} |
|
|
|
<div id="container" class="clickable clearfix"> |
|
{% for elem_number in site.best_of_order %} |
|
{% assign element = site.elements[elem_number] %} |
|
{% include element-partial.html %} |
|
{% endfor %} |
|
</div> |
|
|
|
{% include elements-demo-foot.html %}
|
|
|