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
c788fb9ed8
commit
ddc5be9248
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e
|
|||
{%- set last_author = author_list | last -%}
|
||||
{%- set other_authors = author_list | slice(end=-1) -%}
|
||||
{%- set author_separator = macros_translate::translate(key="author_separator", default=", ", language_strings=language_strings) -%}
|
||||
{%- set author_separator = '</span>' ~ author_separator ~ '<span class="p-author">' -%}
|
||||
{%- set conjunction = macros_translate::translate(key="author_conjunction", default=" and ", language_strings=language_strings) -%}
|
||||
{%- set conjunction = '<span>' ~ conjunction ~ '<span class="p-author">' -%}
|
||||
{%- set author_string = other_authors | join(sep=author_separator) -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue