_includes/authors.html (
1
lines of code) (
raw
):
{% for alias in post.authors %}{% assign author = site.data.authors[alias] %}{{ author.name }}{% unless forloop.last %}, {% endunless %}{% endfor %}