Skip to content

Commit 16aecba

Browse files
authored
Update index.js
1 parent 489975f commit 16aecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/blog/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function getBlogBody(data, isLoading) {
3535
{ details.subtitle && <caption class={style.blogsubtitle}>{details.subtitle}</caption> }
3636
{ details.cover && <div class={style.blogcover} style={`background-image:url(${details.cover})`} /> }
3737
<div class={style.blogbody}>
38-
<Markdown>{ content] /*hack for getting just content*/ }</Markdown>
38+
<Markdown>{ content }</Markdown>
3939
</div>
4040
</div>
4141
);

0 commit comments

Comments
 (0)