--- layout: layout ---
{% for post in site.categories.edc %} {% if post.category == 'cover' %}

{{ post.title }}

{{ post.excerpt | markdownify }}
{% endif %} {% endfor %}
{% for post in site.categories.edc %} {% increment count %} {% if count <= 10 %}
{% if post.image %} {% endif %}

{{ post.title }}

{{ post.excerpt | markdownify }}
{% else %}

{{ post.title }}

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