forked from deepStateMirrors/tabi
🐛 fix: render author HTML on page metadata
This commit is contained in:
parent
c325267bd1
commit
7321fc5a43
1 changed files with 1 additions and 1 deletions
|
@ -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>{{ by_author | replace(from="$AUTHOR", to=author_string) }}</li>
|
||||
<li>{{ by_author | replace(from="$AUTHOR", to=author_string) | safe }}</li>
|
||||
{%- set previous_visible = true -%}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue