summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorCyril MARPAUD <cyril.marpaud@bashroom.com>2023-03-03 12:54:56 +0100
committerCyril MARPAUD <cyril.marpaud@bashroom.com>2023-03-03 12:54:56 +0100
commita40dce3bb55d737dbdc10c4ba3ec9977612af34c (patch)
treefba2689930b09318cf2f3d3e35f0fc609de5d5b7 /templates
parent9366861e47f13502a9c8f26ee868c24fadf639e1 (diff)
feat: support line breaks in user title
Diffstat (limited to 'templates')
-rw-r--r--templates/macros.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="header">
<h1>
<span class="site-title">{{ config.extra.username }}</span>
- <span class="site-description">{{ config.extra.user_title }}</span>
+ <span class="site-description">{{ config.extra.user_title | linebreaksbr | safe }}</span>
</h1>
<div class="header-icons">
<a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a>