{% assign post = site.categories['coverstory'].first %} {% if page.is_post == true %} {% assign post = page %} {% endif %}
{% if post.image != nil %}
{% endif %}
New Articles
{% for post in site.posts limit: 5 %} {% if forloop.index == 3 %}
{% endif %}

{{ post.title }}

{{ post.date | date: "%b %e, %Y" | upcase }}
{% if forloop.index < 3 %}
{% if post.excerpt != null %}{{ post.excerpt | markdownify }}{% endif %}
{% endif %}
{% endfor %}