From 30a55c5f021cd48fb02b006593bf60a05c985035 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Sat, 3 May 2025 14:12:37 -0400 Subject: [PATCH] Add an author flag to the sidebar This fixes a display issue when the author has a country set, but no city or region. Closes #2750 --- root/author.tx | 1 + 1 file changed, 1 insertion(+) diff --git a/root/author.tx b/root/author.tx index a15564506d..a5c359265e 100644 --- a/root/author.tx +++ b/root/author.tx @@ -19,6 +19,7 @@
  • %% } + [% $author.country %] flag [% $author.city %][% if $author.city && $author.region { %], [% } %][% $author.region %]
  • %% }