diff options
| author | Silvano Sallese <svavs@users.noreply.github.com> | 2023-05-11 00:52:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 00:52:07 +0200 |
| commit | a3cb6035da84898bc82daa356791191262f74f35 (patch) | |
| tree | 9c5ec0ff10de725cc728820eb98e9fd4765d1942 /templates | |
| parent | 32af450262512b2d1c74ead627b787b559517360 (diff) | |
| parent | a40dce3bb55d737dbdc10c4ba3ec9977612af34c (diff) | |
Merge pull request #3 from cyril-marpaud/master
feat: support line breaks in user title
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/macros.html | 2 |
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> |
