mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
Update templates/page.html
Co-authored-by: Henri Bourcereau <henri.bourcereau@gmail.com>
This commit is contained in:
parent
ddc5be9248
commit
555e7c6255
1 changed files with 1 additions and 1 deletions
|
@ -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 = macros_translate::translate(key="author_separator", default=", ", language_strings=language_strings) -%}
|
||||||
{%- set author_separator = '</span>' ~ author_separator ~ '<span class="p-author">' -%}
|
{%- 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 = macros_translate::translate(key="author_conjunction", default=" and ", language_strings=language_strings) -%}
|
||||||
{%- set conjunction = '<span>' ~ conjunction ~ '<span class="p-author">' -%}
|
{%- set conjunction = '</span>' ~ conjunction ~ '<span class="p-author">' -%}
|
||||||
{%- set author_string = other_authors | join(sep=author_separator) -%}
|
{%- 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 = '<span class="p-author">' ~ author_string ~ conjunction ~ last_author ~ '</span>' -%}
|
{%- set author_string = '<span class="p-author">' ~ author_string ~ conjunction ~ last_author ~ '</span>' -%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue