We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba3490 commit 86d730aCopy full SHA for 86d730a
1 file changed
src/templates/blogTemplate.js
@@ -9,10 +9,7 @@ export default function blogTemplate({ data }) {
9
10
return (
11
<Layout>
12
- <SEO
13
- title={`jiwoo - ${post.frontmatter.title}`}
14
- description={post.excerpt}
15
- />
+ <SEO title={post.frontmatter.title} description={post.excerpt} />
16
<div className="container">
17
<div className="blog-header">
18
<h1 className="blog-title">{post.frontmatter.title}</h1>
0 commit comments