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 title: Elements Complete
layout: elements layout: elements
category: examples category: demos
--- ---
<div id="demo" class="iso-container"> <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 title: Elements Partial
layout: elements layout: elements
category: examples category: demos
--- ---
<div id="demo" class="iso-container"> <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 layout: nil
title: Layout Modes title: Layout Modes
category: examples category: demos
--- ---
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">

6
index.html

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