{% assign authors = include.post.author | split: ',' %}
{%- for author in authors %} {{ site.data.authors[author].name | default: author }} {%- endfor %}
{% include posts/taxonomy.html post=include.post %}