{% if page.author and site.data.authors[page.author] %} {% assign author = site.data.authors[page.author] %} {% else %} {% assign author = site.author %} {% endif %}
{% if author.avatar %}
{% if author.avatar contains "://" %} {% assign author_src = author.avatar %} {% else %} {% assign author_src = author.avatar | absolute_url %} {% endif %} {% if author.home %} {% if author.home contains "://" %} {% assign author_link = author.home %} {% else %} {% assign author_link = author.home | absolute_url %} {% endif %} {{ author.name }} {% else %} {{ author.name }} {% endif %}
{% endif %}
{% if author.home %}

{{ author.name }}

{% else %}

{{ author.name }}

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

{{ author.bio }}

{% endif %}