Merge branch 'master' of github.com:gatsbyjs/gatsby-starter-blog
This commit is contained in:
commit
abd4987963
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue