--- layout: archive title: Articles body_class: "archive" description: "An overview of all articles available on this website with title and date of publication." ---

{% if page.title or post.title %} {{ page.title }} {% else %} {{ site.data.settings.title }} {% endif %}

{% assign sorted = site.posts | sort:"date" | reverse %} {% for post in sorted %}
{% include archive_post.html %}
{% endfor %}