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.
13 lines
204 B
13 lines
204 B
14 years ago
|
---
|
||
|
title: Elements Complete
|
||
14 years ago
|
layout: elements
|
||
14 years ago
|
category: demos
|
||
14 years ago
|
---
|
||
|
|
||
14 years ago
|
<div id="demo" class="iso-container">
|
||
14 years ago
|
{% for element in site.elements %}
|
||
14 years ago
|
{% include element-partial.html %}
|
||
14 years ago
|
{% endfor %}
|
||
|
</div>
|
||
|
|