--- layout: default --- {% assign sorted_articles = site.articles | sort: 'order' %}

{{page.title}}

    {% for article in sorted_articles %} {% assign pageFilename = page.path | filename %} {% if article.categories contains pageFilename and article.hidden != true %}
  1. {{article.title}}
  2. {% endif %} {% endfor %}
{% include contact.html %}