{% if site.teams %}
{% if post.author %} {% for author in site.data.team.author %} {% if post.author == author.name %} {% if author.image %} {{ author.name }} {% else %} {{ author.name | slice: 0 }} {% endif %}

{{ author.name }}, {{ author.job }}

{% endif %} {% endfor %} {% endif %}
{% endif %}