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.

25 lines
416 B

14 years ago
---
title: Index
14 years ago
layout: default
---
</head>
<body>
<h1>{{ page.title }}</h1>
<h2>Docs</h2>
<ul>
{% for doc in site.categories.docs reversed %}
<li><a href=".{{ doc.url }}">{{ doc.title }}</a></li>
{% endfor %}
</ul>
<h2>Demos</h2>
<ul>
{% for demo in site.categories.demos reversed %}
<li><a href=".{{ demo.url }}">{{ demo.title }}</a></li>
{% endfor %}
</ul>