mirror of https://github.com/metafizzy/isotope
4 changed files with 14 additions and 18 deletions
@ -1,7 +0,0 @@ |
|||||||
--- |
|
||||||
title: Demos |
|
||||||
layout: index-page |
|
||||||
category: demos |
|
||||||
body_class: doc |
|
||||||
--- |
|
||||||
|
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
title: Docs |
|
||||||
layout: index-page |
|
||||||
category: docs |
|
||||||
--- |
|
@ -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> |
Loading…
Reference in new issue