{% if post.reading_time > 0 %}
·
{{ post.reading_time }} min read
{% endif %}
{{ post.title }}
{% if post.excerpt %}{{ post.excerpt }}
{% endif %} {% if post.tags | length > 0 %}
{% for tag in post.tags %}
{{ tag }}
{% endfor %}
{% endif %}