{% 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 -%}
    {%- for social in editorial.social_networks -%}
  • {% comment %} Obtenemos la URL de la red social, eliminamos la www, obtenemos el tercer elemento separando por / y el primero separando por . https://www.twitter.com/SuttyWeb https://twitter.com/SuttyWeb twitter.com twitter Twitter {% endcomment %} {% assign s = social | remove: 'www.' | split: '/' %} {{ s[2] | split: '.' | first | capitalize }}
  • {%- endfor -%}
    {%- for link in site.i18n.footer.links %}
  • {{ link.text }}
  • {%- endfor %}
{{ site.i18n.footer.made_with_sutty | markdownify }}