We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1b310 commit 240bf4bCopy full SHA for 240bf4b
src/pages/index.js
@@ -21,7 +21,6 @@ const BlogIndex = ({ data, location }) => {
21
22
return (
23
<Layout location={location} title={siteTitle}>
24
- <Bio />
25
<ol style={{ listStyle: `none` }}>
26
{posts.map(post => {
27
const title = post.frontmatter.title || post.fields.slug
0 commit comments