mirror of https://github.com/metafizzy/isotope
Filter & sort magical layouts
http://isotope.metafizzy.co
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
279 B
14 lines
279 B
14 years ago
|
---
|
||
|
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>
|