--- layout: default --- {% for post in paginator.posts %}
{% if post.cover %} Podcast Cover {% else %} Podcast Cover {% 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 %}
{% capture file %} {{- post.file -}} {% endcapture %} {% capture title %} {{- post.title -}} {% endcapture %} {% include player.html file=file title=title %}

{% 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

{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}