Skip to content

Commit

Permalink
Allow raw HTML in configured description
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWillCom committed Jan 14, 2023
1 parent d794ca8 commit 64184b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="hero">
<div class="group">
<h2 class="sub"><%= config.subtitle %></h2>
<h2 class="large"><%= config.description %></h2>
<h2 class="large"><%- config.description %></h2>
</div>
</div>
Expand Down

0 comments on commit 64184b0

Please sign in to comment.