-
{% for post in paginator.posts %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
{% assign year = post.date | date: "%Y" %}
{% assign tags = post.tags | join: "" %}
{% assign categories = post.categories | join: "" %}
-
{% if post.redirect == blank %} {{ post.title }} {% else %} {{ post.title }} {% endif %}
{{ post.description }}
{% endfor %}