🐛 fix: render author HTML on page metadata

This commit is contained in:
welpo 2025-06-08 22:17:23 +02:00
parent c325267bd1
commit 7321fc5a43
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

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