{% if post.cover %} {% endif %} {% if post.tags.size > 0 %} {% for tag in post.tags %} {% if forloop.index == post.tags.size %} {{ tag | capitalize }} {% else %} {{ tag | capitalize }} {% endif %} {% endfor %} {% endif %} {{ post.title }} {% if post.description %} {{ post.description }} {% elsif post.excerpt %} {{ post.excerpt | strip_html | truncatewords: 33, "" }} {% else %} {{ post.content | strip_html | truncatewords: 33, "" }} {% endif %}
{% if post.cover %} {% endif %} {% if post.tags.size > 0 %} {% for tag in post.tags %} {% if forloop.index == post.tags.size %} {{ tag | capitalize }} {% else %} {{ tag | capitalize }} {% endif %} {% endfor %} {% endif %} {{ post.title }} {% if post.description %} {{ post.description }} {% elsif post.excerpt %} {{ post.excerpt | strip_html | truncatewords: 33, "" }} {% else %} {{ post.content | strip_html | truncatewords: 33, "" }} {% endif %}