--- layout: default --- {%- assign about = site.posts | find: 'layout', 'about' -%} {%- assign posts = site.posts | where: 'layout', 'post' -%} {%- assign logros = site.posts | where: 'layout', 'banner_1' -%} {%- assign acciones = site.posts | where: 'layout', 'banner_2' -%}
{% for post in posts limit: 2 %} {%- include_cached post.html post=post height=30 overlap=true -%} {% endfor %}
{% comment %} Usamos container y row con gutters para poder tener divisiones en la grilla de noticias. {% endcomment %}
{% for post in posts limit: 6 offset: 3 %} {%- include_cached post.html post=post -%} {% endfor %}
{%- include_cached picture.html image=about.image default_description=about.title height='80vh' -%}

{{ about.title }}

{{ about.tagline }}

{{ about.mision }}
{{ site.i18n.more }}
{%- include_cached picture.html image=about.image_2 default_description=about.title height='80vh' -%}
{% unless logros == empty %}

{{ site.i18n.logros.title }}

{% for logro in logros %} {% endfor %}
{% endunless %} {% unless acciones == empty %}
{% for accion in acciones %} {% endfor %}
{% endunless %}