{% comment %} XXX: Usamos el primer artículo de tipo Editorial. Hacemos esto porque la edición de estos datos desde Sutty solo se puede hacer como artículos. {% endcomment %} {% assign editorial = site.posts | where: 'layout', 'editorial' | first %}
{{ editorial.logo.description }}

{{ editorial.title }}

{{ editorial.description }}

{%- if editorial.address -%}

{{ editorial.address }}

{%- endif -%} {%- if editorial.locality -%}

{{ editorial.locality }}

{%- endif -%} {%- if editorial.country -%}

{{ editorial.country }}

{%- endif -%}
{%- if include.content -%}
{{ editorial.content }}
{%- endif -%}