From 7321fc5a43fa50dc24c9fa87714612a2295b904a Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 8 Jun 2025 22:17:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20render=20author=20HTML=20?= =?UTF-8?q?on=20page=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}