diff --git a/templates/page.html b/templates/page.html index 13d62f5..8f85eb9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -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) -%} -
  • {{ by_author | replace(from="$AUTHOR", to=author_string) }}
  • +
  • {{ by_author | replace(from="$AUTHOR", to=author_string) | safe }}
  • {%- set previous_visible = true -%} {% endif %}