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
431 B

---
title: Index
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>Examples</h2>
<ul>
{% for example in site.categories.examples reversed %}
<li><a href=".{{ example.url }}">{{ example.title }}</a></li>
{% endfor %}
</ul>