--- layout: default ---
{% if page.introduction %} {{ page.introduction | markdownify }} {% endif %}

{{ site.data.theme.text.post_heading }}

{% for post in site.posts limit: site.data.theme.text.post_limit %}

{{ post.title | escape }}

{% endfor %}

{{ site.data.theme.text.archive_heading }}

{{ site.data.theme.text.archive_title }}