diff --git a/templates/page.html b/templates/page.html
index 5712dd8..b4dbe2c 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -133,7 +133,7 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e
{%- set conjunction = '' ~ conjunction ~ '' -%}
{%- set author_string = other_authors | join(sep=author_separator) -%}
{%- set author_string = author_string ~ conjunction ~ last_author -%}
- {%- set author_string = '' ~ author_string ~ conjunction ~ last_author ~ '' -%}
+ {%- set author_string = '' ~ author_string ~ '' -%}
{%- endif -%}
{%- set by_author = macros_translate::translate(key="by_author", default="By $AUTHOR", language_strings=language_strings) -%}