{% assign author = site.data.authors.authors | where: "prefix", site.author | first %}
{% if author.avatar %} {% endif %}

{{ author.name }}

{% if author.bio %}
{{ author.bio | markdownify }}
{% endif %}