summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvano Sallese <svavs@users.noreply.github.com>2023-05-11 00:52:07 +0200
committerGitHub <noreply@github.com>2023-05-11 00:52:07 +0200
commita3cb6035da84898bc82daa356791191262f74f35 (patch)
tree9c5ec0ff10de725cc728820eb98e9fd4765d1942
parent32af450262512b2d1c74ead627b787b559517360 (diff)
parenta40dce3bb55d737dbdc10c4ba3ec9977612af34c (diff)
Merge pull request #3 from cyril-marpaud/master
feat: support line breaks in user title
-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>