Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 530 Bytes

File metadata and controls

25 lines (22 loc) · 530 Bytes
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" %}

{{ collection.label }}

    {% for post in site[collection.label] %}
  • {{post.title}}
  • {% endfor %}
{% endif %} {% endif %} {% endfor %}