--- layout: default ---
{% include sidebar.html %}

Contents

    {% assign documents = site[page.collection] | sort:"position" %} {% for document in documents %} {% if document.title != page.title %}
  1. {{ document.title }}
  2. {% endif %} {% endfor %}