---
layout: default
---
{% assign sorted_articles = site.articles | sort: 'title' %}
{% for article in sorted_articles %}
{% if article.categories contains page.title and article.hidden != true %}
- {{article.title}}
{% endif %}
{% endfor %}
{% include contact.html %}