--- layout: default --- {%- assign portada = site.posts | where: 'layout', 'portada' | first -%} {%- assign botones = site.posts | where: 'layout', 'boton' -%}

{{ portada.title }}

{{ portada.author | join: ', ' }} — {{ portada.description }}

{%- if portada.image.path -%} {{ portada.image.description | default: portada.title }} {%- endif -%}
{{ portada.content }}
{% for boton in botones %} {{ boton.title }} {% endfor %}