--- 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 -%} {%- endif -%} {{ portada.content }} {% for boton in botones %} {{ boton.title }} {% endfor %}
{{ portada.author | join: ', ' }} — {{ portada.description }}