Browse Source

docs : remove index pages

pull/96/head
David DeSandro 14 years ago
parent
commit
907b067ba4
  1. 7
      _posts/demos/2010-01-01-index.yml
  2. 5
      _posts/docs/2010-01-01-index.yml
  3. 14
      _posts/tests/2010-01-01-index.html
  4. 6
      _posts/tests/2010-01-01-index.yml

7
_posts/demos/2010-01-01-index.yml

@ -1,7 +0,0 @@
---
title: Demos
layout: index-page
category: demos
body_class: doc
---

5
_posts/docs/2010-01-01-index.yml

@ -1,5 +0,0 @@
---
title: Docs
layout: index-page
category: docs
---

14
_posts/tests/2010-01-01-index.html

@ -0,0 +1,14 @@
---
title: Tests Index
layout: default
category: tests
body_class: doc
---
<ul>
{% for post in site.categories[page.category] reversed %}
{% if post.layout != 'index-page' %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>

6
_posts/tests/2010-01-01-index.yml

@ -1,6 +0,0 @@
---
title: Tests
layout: index-page
category: tests
body_class: doc
---
Loading…
Cancel
Save