{% if site.layout == 'stacked' %} {% assign metadata_styles = 'd-md-inline-block mr-3' %} {% 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 user.hireable %} Available for hire {% endif %}
{% endif %}