--- layout: default --- {% if page.content.size > 0 %} {{ content }}
{% endif %}

Posts

{% for post in paginator.posts %} {% include post-card.html %} {% endfor %}
{% if paginator.total_pages > 1 %} {% endif %} {% include tag-cloud.html %} {% if paginator.total_pages > 1 %} {% endif %}