| layout | index |
|---|
Welcome to OddWiki!
This site is intended to become a fully-sourced Oddworld Encyclopedia, where unsure fans can come to make sure their knowledge is correct.
{% for collection in site.collections %}
{% if collection.label %}
{% if collection.label != "posts" %}
{% endif %}
{% endif %}
{% endfor %}
-
{% for post in site[collection.label] %}
- {{post.title}} {% endfor %}