--- layout: layout title: "archive" ---
    {% for post in site.posts %}
  • {% if post.shortname %}{{ post.shortname }}{% else %}{{ post.title }}{% endif %}

    {{ post.date | date_to_string }}
  • {% endfor %}