Contact

{%- if site.contact %} {%- assign con = site.contact -%}
    {%- for entry in con -%} {%- assign key = entry | first -%} {% if con[key].id %}
  • {{ con[key].href | remove_first: 'mailto:' | remove_first: 'https://' }}{{ con[key].id }}
  • {%- endif -%} {% endfor %}
{%- endif %}