{% 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 "://" %} {{ author.name }} {% else %} {{ author.name }} {% endif %}
{% endif %}
{% if author.name %}
{{ author.name }}
{% endif %} {% if author.email %}
{{ author.email }}
{% endif %}