{% if site.layout == 'stacked' %} {% assign metadata_styles = 'd-md-inline-block mx-3 mb-1 mb-md-0' %} {% else %} {% assign metadata_styles = 'd-flex flex-items-center mb-3' %} {% endif %}

{% if user.name %}{{ user.name }}{% else %}{{ user.login }}{% endif %}

{{ user.bio }}

{% if include.metadata %}
{% if user.name %}
{% octicon mark-github height:20 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:GitHub %} @{{ user.login }}
{% endif %} {% if user.email %}
{% octicon mail height:20 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:email %} {{ user.email }}
{% endif %} {% if user.location %}
{% octicon location height:20 class:"mr-2 v-align-middle" fill:{{ icon_color }} aria-label:Location %} {{ user.location }}
{% endif %} {% if site.social_media %}
{% for account in site.social_media %}
{% assign service_shortname = account[0] %} {% assign service = site.data.social_media[service_shortname] %} {{ service.icon_svg }}{{ service.name }}
{% endfor %}
{% endif %} {% if user.hireable %} Available for hire {% endif %}
{% endif %}