--- layout: layout title: "Home" --- {% for post in site.posts %} {% if post.categories contains 'cover' %}

{{ post.title }}

{{ post.excerpt | markdownify }}
{% endif %} {% endfor %}
{% for post in paginator.posts %} {% if post.categories contains 'wona' %} {% if post.categories contains 'cover' %} {% else %}
{% if post.tag %} {% endif %} {% if post.image %}
{% else %}

{% endif %}

{{ post.title }}

{{ post.excerpt | markdownify }}
{% endif %} {% endif %} {% endfor %}