Browse Source

Revert "docs : add base-scripts include"

This reverts commit 9cd6839b1e.
pull/27/head
David DeSandro 14 years ago
parent
commit
b1e25b472e
  1. 1
      _config.yml
  2. 3
      _includes/base-scripts.html
  3. 4
      _layouts/elements.html
  4. 4
      _layouts/inf-scroll-page.html
  5. 4
      _posts/demos/2010-12-12-basic.html
  6. 3
      _posts/demos/2010-12-29-layout-modes.html
  7. 3
      _posts/demos/2010-12-30-filtering.html
  8. 3
      _posts/demos/2010-12-30-sorting.html
  9. 3
      _posts/demos/2010-12-31-relayout.html
  10. 3
      _posts/demos/2011-01-02-adding-items.html
  11. 3
      _posts/demos/2011-01-02-infinite-scroll.html
  12. 3
      _posts/demos/2011-01-11-images.html
  13. 3
      index.html

1
_config.yml

@ -1,6 +1,7 @@
name: Isotope
permalink: /:categories/:title.html
pygments: true
isotope_js: jquery.isotope.min.js
exclude: [ Rakefile ]
random_order: [ 11, 91, 63, 38, 4, 25, 94, 29, 60, 48, 32, 67, 33, 37, 39, 84, 40, 7, 96, 8, 97, 9, 14, 99, 15, 19, 5, 36, 114, 20, 30, 80, 13, 47, 21, 3, 22, 31, 54, 66, 55, 71, 1, 23, 41, 70, 2, 77, 117, 79, 42, 95, 46, 50, 69, 53, 56, 72, 51, 73, 59, 74, 35, 49, 101, 88, 34, 76, 102, 75, 103, 81, 58, 6, 82, 26, 27, 44, 83, 45, 86, 68, 87, 104, 105, 10, 85, 43, 12, 109, 110, 113, 28, 106, 107, 108, 115, 62, 116, 0, 57, 111, 112, 61, 89, 90, 64, 65, 92, 93, 78, 24, 98, 100, 16, 17, 18, 52 ]

3
_includes/base-scripts.html

@ -1,3 +0,0 @@
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>

4
_layouts/elements.html

@ -50,8 +50,8 @@
{% include footer.html %}
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script src="../js/fake-element.js"></script>
<script>

4
_layouts/inf-scroll-page.html

@ -13,8 +13,8 @@
{% include footer.html %}
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script>
$(function(){

4
_posts/demos/2010-12-12-basic.html

@ -15,8 +15,8 @@ related: a-intro
{% endfor %}
</div> <!-- #container -->
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script>
$(function(){

3
_posts/demos/2010-12-29-layout-modes.html

@ -22,7 +22,8 @@ related: layouts
{% endfor %}
</div> <!-- #container -->
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script>
var $container = $('#container');

3
_posts/demos/2010-12-30-filtering.html

@ -36,7 +36,8 @@ related: filtering
{% endfor %}
</div> <!-- #container -->
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script>
var $container = $('#container');

3
_posts/demos/2010-12-30-sorting.html

@ -23,7 +23,8 @@ related: sorting
{% endfor %}
</div> <!-- #container -->
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script>
var $container = $('#container');

3
_posts/demos/2010-12-31-relayout.html

@ -22,7 +22,8 @@ related: methods
{% endfor %}
</div> <!-- #container -->
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script>
var $container = $('#container');

3
_posts/demos/2011-01-02-adding-items.html

@ -25,7 +25,8 @@ related: methods
{% endfor %}
</div> <!-- #container -->
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script src="../js/fake-element.js"></script>
<script>

3
_posts/demos/2011-01-02-infinite-scroll.html

@ -20,7 +20,8 @@ infinite_scroll: true
<a href="../pages/2.html"></a>
</nav>
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script src="../js/jquery.infinitescroll.min.js"></script>
<script>
$(function(){

3
_posts/demos/2011-01-11-images.html

@ -31,7 +31,8 @@ photos:
<a href="../pages/2.html"></a>
</nav>
{% include base-scripts.html %}
<script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script>
<script>
$(function(){

3
index.html

@ -94,7 +94,8 @@ layout: nil
{% include footer.html %}
{% include base-scripts.html %}
<script src="js/jquery-1.4.4.min.js"></script>
<script src="{{ site.isotope_js }}"></script>
<script>
$list = $('#super-list');

Loading…
Cancel
Save