Skip to content

Commit 240bf4b

Browse files
committed
Bio 제거
1 parent 6b1b310 commit 240bf4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const BlogIndex = ({ data, location }) => {
2121

2222
return (
2323
<Layout location={location} title={siteTitle}>
24-
<Bio />
2524
<ol style={{ listStyle: `none` }}>
2625
{posts.map(post => {
2726
const title = post.frontmatter.title || post.fields.slug

0 commit comments

Comments
 (0)