Skip to content

Commit 822b823

Browse files
committed
close #403
1 parent 2bcf61d commit 822b823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/blog/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
>
4444
<a href="/{post.slug}" title="Read the article »">
4545
<h2>{post.metadata.title}</h2>
46-
<p>{post.metadata.description}</p>
46+
<p>{@html post.metadata.description}</p>
4747
</a>
4848

4949
<Byline {post} />

0 commit comments

Comments
 (0)