{%- assign _author = include.author -%} {%- if _author.type == 'organization' -%} {%- assign _author_itemtype = 'http://schema.org/Organization' -%} {%- else -%} {%- assign _author_itemtype = 'http://schema.org/Person' -%} {%- endif -%}
{%- if _author.avatar -%} {%- if _author.url -%} {%- endif -%} {%- include snippets/get-nav-url.html path=_author.avatar -%} {%- assign _author_avatar = __return -%} {%- if _author.url -%} {%- endif -%} {%- endif -%}
{%- if _author.name -%}

{%- if _author.url -%} {%- endif -%} {{ _author.name }} {%- if _author.url -%} {%- endif -%}

{%- endif -%} {%- if _author.bio -%}

{{ _author.bio }}

{%- endif -%}