Skip to content

Commit

Permalink
Render HTML for description
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 8, 2024
1 parent 2d23746 commit a807ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<about>
<h1>{$title}</h1>
<p class="description">
{$description}
{@html $description}
</p>

<p class="footer">
Expand Down

0 comments on commit a807ae2

Please sign in to comment.