From 828b8ccf8a4403b131d8bbe93ec431b281fbe5b6 Mon Sep 17 00:00:00 2001 From: zloylinux Date: Sat, 12 Jul 2025 18:55:47 +0700 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 --- themes/tabi/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tabi/templates/page.html b/themes/tabi/templates/page.html index f95631c..e8aa68f 100644 --- a/themes/tabi/templates/page.html +++ b/themes/tabi/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 %}