{% if page.previous.cover %}
{% endif %}
{% if page.previous.tags.size > 0 %} {% for tag in page.previous.tags %} {% if forloop.index == page.previous.tags.size %} {{ tag | capitalize }} {% else %} {{ tag | capitalize }} {% endif %} {% endfor %} {% endif %}

{{ page.previous.title }}

{% if post.excerpt %}

{{ post.excerpt | strip_html | truncatewords: 33, "" }}

{% else %}

{{ post.content | strip_html | truncatewords: 33, "" }}

{% endif %}