{% if post.category %} {% endif %}

{{ post.date | date: "%b %d, %y" }}

{{post.title | | truncatewords: 8, '...'}}

{% if post.description %}{{post.description | truncatewords: 32, '...'}}{%else%}{{ post.excerpt | truncatewords: 32, '...'}}{%endif%}

{% if post.tags.size!=0 %}
{% for tag in post.tags | limit:1 %} {% capture tag_name %}{{ tag }}{% endcapture %} {{ tag_name }}  {% endfor %} {% if post.tags.size > 1%} + ( {{ post.tags.size -1}} ) {% endif %}
{% endif %}