Home {% assign mypages = site["content"] | sort: 'order' %} {% for item in mypages %} {% if item.order %} {{ item.title }} {% endif %} {% endfor %}