--- layout: default --- {% if page.introduction %}
{{ page.introduction | markdownify }}
{% endif %} {% for post in site.posts limit: site.data.theme.text.post_limit %}

{{ post.title | escape }}

{{ post.description | remove: '

' | remove: '

' }}

{% if post.last_modified_at %} {{ site.data.theme.text.updated }} {% else %} {% endif %} · {% include read_time.html %}
{% endfor %}