Skip to content

Commit

Permalink
Merge pull request #3 from cyril-marpaud/master
Browse files Browse the repository at this point in the history
feat: support line breaks in user title
  • Loading branch information
svavs authored May 10, 2023
2 parents 32af450 + a40dce3 commit a3cb603
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

1 comment on commit a3cb603

@vercel
Copy link

@vercel vercel bot commented on a3cb603 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

particle-zola – ./

particle-zola-svavs.vercel.app
particle-zola-git-master-svavs.vercel.app
particle-zola.vercel.app

Please sign in to comment.