Browse Source

docs : remove related metadata

pull/96/head
David DeSandro 14 years ago
parent
commit
4a52f9329d
  1. 1
      _posts/demos/2010-12-12-basic.html
  2. 1
      _posts/demos/2010-12-13-elements-complete.html
  3. 1
      _posts/demos/2010-12-16-elements-partial.html
  4. 1
      _posts/demos/2010-12-29-layout-modes.html
  5. 1
      _posts/demos/2010-12-30-filtering.html
  6. 1
      _posts/demos/2010-12-30-sorting.html
  7. 1
      _posts/demos/2010-12-31-relayout.html
  8. 1
      _posts/demos/2011-01-02-adding-items.html
  9. 1
      _posts/demos/2011-01-02-infinite-scroll.html
  10. 1
      _posts/demos/2011-01-11-images.html
  11. 1
      _posts/demos/2011-03-29-combination-filters.html
  12. 1
      _posts/demos/2011-05-22-category-rows.html
  13. 1
      _posts/demos/2011-06-13-hash-history.html
  14. 1
      _posts/docs/2010-12-01-introduction.mdown
  15. 1
      _posts/docs/2010-12-03-options.mdown
  16. 1
      _posts/docs/2010-12-04-methods.mdown
  17. 1
      _posts/docs/2010-12-05-layout-modes.mdown
  18. 1
      _posts/docs/2010-12-06-filtering.mdown
  19. 1
      _posts/docs/2010-12-07-sorting.mdown
  20. 1
      _posts/docs/2010-12-09-animating.mdown
  21. 1
      _posts/docs/2010-12-10-adding-items.mdown
  22. 1
      _posts/docs/2011-05-25-extending-isotope.mdown
  23. 1
      _posts/docs/2011-12-11-help.mdown
  24. 1
      _posts/docs/2011-12-20-license.mdown

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

@ -2,7 +2,6 @@
title: Basic
layout: default
category: demos
related: a-intro
---
<section id="copy">

1
_posts/demos/2010-12-13-elements-complete.html

@ -2,7 +2,6 @@
title: Elements Complete
layout: default
category: demos
related: a-intro
---
{% include elements-demo-head.html %}

1
_posts/demos/2010-12-16-elements-partial.html

@ -2,7 +2,6 @@
title: Elements Partial
layout: default
category: demos
related: a-intro
---
{% include elements-demo-head.html %}

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

@ -2,7 +2,6 @@
title: Layout modes
layout: default
category: demos
related: layouts
---
<section id="copy">

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

@ -2,7 +2,6 @@
title: Filtering
layout: default
category: demos
related: filtering
---
<section id="copy">

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

@ -2,7 +2,6 @@
title: Sorting
layout: default
category: demos
related: sorting
---
<section id="copy">

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

@ -2,7 +2,6 @@
title: reLayout
layout: default
category: demos
related: methods
---
<section id="copy">

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

@ -2,7 +2,6 @@
title: Adding items
layout: default
category: demos
related: methods
---
<section id="copy">

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

@ -2,7 +2,6 @@
title: Infinite Scroll
layout: default
category: demos
related: layout
infinite_scroll: true
---

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

@ -2,7 +2,6 @@
title: Images
layout: default
category: demos
related: z-etc
photos:
- <a href="http://www.flickr.com/photos/nemoorange/5013039951/" title="Stanley by Dave DeSandro, on Flickr"><img src="http://farm5.static.flickr.com/4113/5013039951_3a47ccd509.jpg" alt="Stanley" /></a>
- <a href="http://www.flickr.com/photos/nemoorange/5013039885/" title="Officer by Dave DeSandro, on Flickr"><img src="http://farm5.static.flickr.com/4131/5013039885_0d16ac87bc.jpg" alt="Officer" /></a>

1
_posts/demos/2011-03-29-combination-filters.html

@ -2,7 +2,6 @@
title: Combination filters
layout: default
category: demos
related: filtering
schema:
- name: color
filters: [ red, blue, yellow ]

1
_posts/demos/2011-05-22-category-rows.html

@ -2,7 +2,6 @@
title: Category rows
layout: default
category: demos
related: layouts
---
<section id="copy">

1
_posts/demos/2011-06-13-hash-history.html

@ -2,7 +2,6 @@
title: Hash history
layout: default
category: demos
related: z-etc
---
<section id="copy">

1
_posts/docs/2010-12-01-introduction.mdown

@ -3,7 +3,6 @@
title: Introduction
category: docs
layout: default
related: a-intro
toc:
- { title: Features, anchor: features }
- { title: Licensing, anchor: licensing }

1
_posts/docs/2010-12-03-options.mdown

@ -4,7 +4,6 @@ title: Options
category: docs
layout: default
body_class: option-def
related: a-intro
toc:
- { title: animationEngine, anchor: animationengine }
- { title: animationOptions, anchor: animationoptions }

1
_posts/docs/2010-12-04-methods.mdown

@ -3,7 +3,6 @@
title: Methods
category: docs
layout: default
related: methods
toc:
- { title: addItems, anchor: additems }
- { title: appended, anchor: appended }

1
_posts/docs/2010-12-05-layout-modes.mdown

@ -4,7 +4,6 @@ title: Layout modes
category: docs
layout: default
body_class: option-def
related: layout
toc:
- { title: cellsByColumn, anchor: cellsbycolumn }
- { title: cellsByRow, anchor: cellsbyrow }

1
_posts/docs/2010-12-06-filtering.mdown

@ -3,7 +3,6 @@
title: Filtering
category: docs
layout: default
related: filtering
toc:
- { title: Markup, anchor: markup }
- { title: jQuery script, anchor: jquery_script }

1
_posts/docs/2010-12-07-sorting.mdown

@ -3,7 +3,6 @@
title: Sorting
category: docs
layout: default
related: sorting
toc:
- { title: Markup, anchor: markup }
- { title: getSortData option, anchor: getsortdata_option }

1
_posts/docs/2010-12-09-animating.mdown

@ -3,7 +3,6 @@
title: Animating
category: docs
layout: default
related: animating
toc:
- { title: animationEngine option, anchor: animationengine_option }
- { title: CSS transitions, anchor: css_transitions }

1
_posts/docs/2010-12-10-adding-items.mdown

@ -3,7 +3,6 @@
title: Adding items
category: docs
layout: default
related: methods
toc:
- { title: addItems method, anchor: additems_method }
- { title: insert method, anchor: insert_method }

1
_posts/docs/2011-05-25-extending-isotope.mdown

@ -3,7 +3,6 @@
title: Extending Isotope
category: docs
layout: default
related: z-etc
toc:
- { title: Custom layout modes, anchor: custom_layout_modes }

1
_posts/docs/2011-12-11-help.mdown

@ -3,7 +3,6 @@
title: Help
category: docs
layout: default
related: z-etc
toc:
- { title: Reporting bugs and issues, anchor: reporting_bugs_and_issues }
- { title: Support license, anchor: support_license }

1
_posts/docs/2011-12-20-license.mdown

@ -3,7 +3,6 @@
title: License
category: docs
layout: default
related: z-etc
toc:
- { title: Isotope Commercial License Agreement, anchor: isotope_commercial_license_agreement }

Loading…
Cancel
Save