{% for alias in post.authors %}{% assign author = site.data.authors[alias] %}{{ author.name }}{% unless forloop.last %}, {% endunless %}{% endfor %}