Skip to content

Commit ead4dc5

Browse files
authored
Update index.js
1 parent c16fcd3 commit ead4dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/blog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const blogs = (props) => {
1414
return (
1515
<article class={style.blogcontainer}>
1616
<h1 class={style.blogtitle}>{data.data.details.title}</h1>
17-
<caption class={style.blogsubtitle}>{JSON.stringify(data.data.details)}</caption>
17+
<caption class={style.blogsubtitle}>{data.data.details.subtitle}</caption>
1818
<div class={style.blogbody}>
1919
<Markdown>{ data.data.content }</Markdown>
2020
</div>

0 commit comments

Comments
 (0)