Merge branch 'master' of github.com:gatsbyjs/gatsby-starter-blog

This commit is contained in:
Kyle Mathews 2017-07-11 15:54:15 -07:00
commit abd4987963

View file

@ -17,7 +17,7 @@ class BlogIndex extends React.Component {
const title = get(post, "node.frontmatter.title") || post.node.path
pageLinks.push(
<li
key={post.node.path}
key={post.node.frontmatter.path}
style={{
marginBottom: rhythm(1 / 4),
}}