Update templates/page.html

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

View file

@ -137,7 +137,7 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e
{%- endif -%}
{%- set by_author = macros_translate::translate(key="by_author", default="By $AUTHOR", language_strings=language_strings) -%}
<li p-author>{{ by_author | replace(from="$AUTHOR", to=author_string) }}</li>
<li>{{ by_author | replace(from="$AUTHOR", to=author_string) }}</li>
{%- set previous_visible = true -%}
{% endif %}