Merge pull request #37 from meherranjan/master

Fixed an issue that caused following bug
This commit is contained in:
Kyle Mathews 2017-07-11 14:52:59 -07:00 committed by GitHub
commit e7c42e82de

View file

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