{%- assign about = site.posts | find: 'layout', 'about' -%} {%- for sn in about.social_networks -%} {%- if sn contains 'https://chat.whatsapp.com/' -%} {%- assign whatsapp = sn -%} {%- endif -%} {%- endfor -%} {%- include_cached social_networks.html social_networks=about.social_networks -%} {%- if whatsapp -%} {{ site.i18n.whatsapp }} {%- endif -%} {%- include_cached newsletter.html -%} {%- include_cached picture.html image=about.logo default_description=about.title height='auto' cover=false -%} {{ about.title }} {% include menu.html %}