|
|
@ -25,6 +25,7 @@ related: layouts |
|
|
|
<script src="../{{ site.jquery_js }}"></script> |
|
|
|
<script src="../{{ site.jquery_js }}"></script> |
|
|
|
<script src="../{{ site.isotope_js }}"></script> |
|
|
|
<script src="../{{ site.isotope_js }}"></script> |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
$(function(){ |
|
|
|
|
|
|
|
|
|
|
|
var $container = $('#container'); |
|
|
|
var $container = $('#container'); |
|
|
|
|
|
|
|
|
|
|
@ -32,8 +33,6 @@ related: layouts |
|
|
|
|
|
|
|
|
|
|
|
{% include option-buttons.js %} |
|
|
|
{% include option-buttons.js %} |
|
|
|
|
|
|
|
|
|
|
|
$(function(){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$container.isotope({ |
|
|
|
$container.isotope({ |
|
|
|
itemSelector : '.element', |
|
|
|
itemSelector : '.element', |
|
|
|
masonry : { |
|
|
|
masonry : { |
|
|
|