--- layout: "default_with_menu" --- {%- assign theme = site.posts | find: 'layout', 'theme' -%}

{{ page.title }}

{{ page.content }}
{% unless page.projects == empty %}

{{ site.i18n.projects }}

{% for project in page.projects %} {% assign href = project %} {% include external_link.html href=href class='' text=href %} {% endfor %} {% endunless %}
{% if theme.divider_image.path %} {% include divider.html src=theme.divider_image.path alt=site.i18n.divider %} {% else %}
{% endif %}
{% for post in page.posts %}
{% include cover_post/home.html authors=post.authors src=post.image.path alt=post.title title=post.title description=post.description href=post.url %}
{% endfor %}