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.
15 lines
207 B
15 lines
207 B
14 years ago
|
---
|
||
|
title: Elements Partial
|
||
|
layout: elements
|
||
|
category: examples
|
||
|
---
|
||
|
|
||
|
|
||
|
<div id="demo" class="wrap">
|
||
|
{% for element in site.elements_partial %}
|
||
|
{% include element-partial.html %}
|
||
|
{% endfor %}
|
||
|
</div>
|
||
|
|
||
|
|