mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
Update templates/page.html
Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
This commit is contained in:
parent
555e7c6255
commit
1f31b1c1ce
1 changed files with 1 additions and 1 deletions
|
@ -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) -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue