{%- assign height = include.height | default: site.i18n.post.height -%} {%- assign overlap = include.overlap | default: false -%}
{%- if include.post.video -%}
{%- include_cached video.html video=include.post.video class='min-h-100' -%}
{%- else -%} {%- include_cached picture.html image=include.post.image default_description=include.post.title height=height -%} {%- endif -%} {% comment %} El margen negativo al 100% hace que se solape el div sobre el img. {% endcomment %}

{{ include.post.title }}

{% comment %} El fondo está repetido porque el line-clamp lo deshabilita (?) {% endcomment %} {{ include.post.author | join: ', ' }}

{% for category in include.post.categories %} {{ category.title }} {% endfor %}