From 555e7c6255b03fc4d8edd7293d0c86e1c815b371 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell <47631109+jerusdp@users.noreply.github.com> Date: Fri, 2 May 2025 12:05:23 +0100 Subject: [PATCH] Update templates/page.html Co-authored-by: Henri Bourcereau --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index 045efc8..5712dd8 100644 --- a/templates/page.html +++ b/templates/page.html @@ -130,7 +130,7 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e {%- set author_separator = macros_translate::translate(key="author_separator", default=", ", language_strings=language_strings) -%} {%- set author_separator = '' ~ author_separator ~ '' -%} {%- set conjunction = macros_translate::translate(key="author_conjunction", default=" and ", language_strings=language_strings) -%} - {%- set conjunction = '' ~ conjunction ~ '' -%} + {%- 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 ~ '' -%}