{% if post.cover %}
{% else %}
{% endif %}
{{ post.title }}
{% if site.data.settings.translate-date == true %}
{%- include date.html date=post.date -%} - {{post.length}}
{% else %}
{{ post.date | date_to_long_string}} - {{post.length}}
{% endif %}
{% if post.description %} {{post.description | strip_html | truncatewords:100}} {% else %} {{ post.content | strip_html | truncatewords:100 }} {% endif %} Continua
{% if post.description %} {{post.description | strip_html | truncatewords:30}} {% else %} {{ post.content | strip_html | truncatewords:30 }} {% endif %} Continua