From 114b861039a15a7d2fcf3d46e1c3482e5a1b75f7 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell <47631109+jerusdp@users.noreply.github.com> Date: Fri, 2 May 2025 12:06:19 +0100 Subject: [PATCH] Update templates/page.html Co-authored-by: Henri Bourcereau --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index b4dbe2c..736c526 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) }}
  • {%- set previous_visible = true -%} {% endif %}