diff --git a/_layouts/post.html b/_layouts/post.html index be5ef67..b7f40b8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,11 @@ layout: default {% include meta_info.html %} {% endunless %} {% if page.authors %} -
Par {{ page.authors }}
+
Par + {% for author in page.authors %} + {{ author }}{% unless forloop.last %}, {% endunless %} + {% endfor %} +
{% endif %} {{ content }}