Update templates/page.html

Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
This commit is contained in:
Jeremiah Russell 2025-05-02 12:05:58 +01:00 committed by GitHub
parent 555e7c6255
commit 1f31b1c1ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e
{%- set conjunction = '</span>' ~ conjunction ~ '<span class="p-author">' -%}
{%- set author_string = other_authors | join(sep=author_separator) -%}
{%- set author_string = author_string ~ conjunction ~ last_author -%}
{%- set author_string = '<span class="p-author">' ~ author_string ~ conjunction ~ last_author ~ '</span>' -%}
{%- set author_string = '<span class="p-author">' ~ author_string ~ '</span>' -%}
{%- endif -%}
{%- set by_author = macros_translate::translate(key="by_author", default="By $AUTHOR", language_strings=language_strings) -%}