{% if page.author != null %} {% assign author = site.authors | find: "name", page.author | first %} {% comment %} page author is not null {% endcomment %} {% else %} {% assign author = site.authors | find: "name", site.author | first %} {% comment %} page author is null revert to {{ site.author }} {% endcomment %} {% endif %} {%- comment -%}
{%- endcomment -%} {% if include.sidebar == true %}
{{ author.name }}
{% endif %}
{% unless include.sidebar == true %}

{{ author.name }}

{% endunless %}

{{ author.name }}
{{ author.position }}

{% unless include.show_summary == false %}

{{ author.summary }}

{% endunless %}