diff --git a/templates/blog/author_media.html b/templates/blog/author_media.html
index c58eeff41e7400e1c602ce9965082c80cfbec379..194feb9c17dc3ab7e01b298051c3f88fde871cae 100644
--- a/templates/blog/author_media.html
+++ b/templates/blog/author_media.html
@@ -20,10 +20,7 @@
     <div class="title is-5">
 {% for author in post.authors -%}
       <p class="is-inline">
-      {{ authors_data[author].display_name }}
-        {% if not loop.last %}
-        ,
-        {% endif %}
+      {{ authors_data[author].display_name }}{% if not loop.last %},{% endif %}
       </p>
 {% endfor %}
     </div>