Browse Source

docs : Examples -> Demos

pull/14/head
David DeSandro 14 years ago
parent
commit
69c293fed3
  1. 2
      _posts/demos/2010-12-13-elements-complete.html
  2. 2
      _posts/demos/2010-12-16-elements-partial.html
  3. 2
      _posts/demos/2010-12-29-layout-modes.html
  4. 6
      index.html

2
_posts/examples/2010-12-13-elements-complete.html → _posts/demos/2010-12-13-elements-complete.html

@ -1,7 +1,7 @@
---
title: Elements Complete
layout: elements
category: examples
category: demos
---
<div id="demo" class="iso-container">

2
_posts/examples/2010-12-16-elements-partial.html → _posts/demos/2010-12-16-elements-partial.html

@ -1,7 +1,7 @@
---
title: Elements Partial
layout: elements
category: examples
category: demos
---
<div id="demo" class="iso-container">

2
_posts/examples/2010-12-29-layout-modes.html → _posts/demos/2010-12-29-layout-modes.html

@ -1,7 +1,7 @@
---
layout: nil
title: Layout Modes
category: examples
category: demos
---
<!doctype html>
<html lang="en">

6
index.html

@ -17,9 +17,9 @@ layout: default
{% endfor %}
</ul>
<h2>Examples</h2>
<h2>Demos</h2>
<ul>
{% for example in site.categories.examples reversed %}
<li><a href=".{{ example.url }}">{{ example.title }}</a></li>
{% for demo in site.categories.demos reversed %}
<li><a href=".{{ demo.url }}">{{ demo.title }}</a></li>
{% endfor %}
</ul>
Loading…
Cancel
Save