From a40dce3bb55d737dbdc10c4ba3ec9977612af34c Mon Sep 17 00:00:00 2001 From: Cyril MARPAUD Date: Fri, 3 Mar 2023 12:54:56 +0100 Subject: feat: support line breaks in user title --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index 37a2eb4..9348956 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -27,7 +27,7 @@

{{ config.extra.username }} - {{ config.extra.user_title }} + {{ config.extra.user_title | linebreaksbr | safe }}

-- cgit v1.2.3