--- layout: default title: Blog ---
{% for post in paginator.posts %}
thumbnail {{ post.title }} {{ post.description }}
{% for category in post.categories %} {{ category }} {% endfor %}
{{ post.date | date: "%-d %B %Y" }} ● {{ post.readtime }} read
{% endfor %}