diff --git a/_includes/authorlist.html b/_includes/authorlist.html
index bfc661cf..826ba73b 100644
--- a/_includes/authorlist.html
+++ b/_includes/authorlist.html
@@ -7,7 +7,7 @@
{%- assign authorparts=author|split:"(@" -%}
{{authorparts[0]|strip}}
{%- else -%}
- {{author}}
+ {{ author | strip }}
{%- endif -%}
{% if forloop.last == false %}, {% endif %}
-{%- endfor -%}
\ No newline at end of file
+{%- endfor -%}