--- layout: default --- {% assign integrantes = site.posts | where: 'layout', 'integrante' %}

{{ page.title }}

{% for i in integrantes %}
{%- include embed_responsive.html src=i.image.path alt=i.image.description width=300 x=1 y=1 img_class="w-100 img-fluid" -%}

{{i.title}}

{{ i.content }}
{% endfor %}