{% assign authors = page.author %} {% assign directory = site.authors | default: site.data.authors %} {% if directory %} {%- if authors.size > 0 -%} {%- if include.format == "list" -%} {%- else -%} {%- for people in authors limit: 1 -%} {% assign author = directory[people] %}
{{ author.name | append: ' avatar' }}

{{ author.name }}

{{ author.position }}

{{ author.content | default: author.description }}

{% assign social = author.social %} {%- if social -%} {%- endif -%}
{%- endfor -%} {%- endif -%} {%- endif -%} {% endif %}