{% assign allPages = site.pages | sort: 'page-index' %} {% for p in allPages %} {% if p.title and p.layout != "pattern" %}
  • {{ p.title }}
  • {% endif %} {% endfor %}