We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16fcd3 commit ead4dc5Copy full SHA for ead4dc5
src/routes/blog/index.js
@@ -14,7 +14,7 @@ const blogs = (props) => {
14
return (
15
<article class={style.blogcontainer}>
16
<h1 class={style.blogtitle}>{data.data.details.title}</h1>
17
- <caption class={style.blogsubtitle}>{JSON.stringify(data.data.details)}</caption>
+ <caption class={style.blogsubtitle}>{data.data.details.subtitle}</caption>
18
<div class={style.blogbody}>
19
<Markdown>{ data.data.content }</Markdown>
20
</div>
0 commit comments