Skip to content

Commit

Permalink
feat: support line breaks in user title
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril-marpaud committed Mar 3, 2023
1 parent 9366861 commit a40dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a40dce3

Please sign in to comment.