Merge pull request #192 from JoelMarcey/syntax-fix

Syntax bug fix from #169
This commit is contained in:
Eric Nakagawa 2017-10-26 16:34:28 -07:00 committed by GitHub
commit b7a804784c

View file

@ -20,7 +20,7 @@ class BlogPageLayout extends React.Component {
url += "page" + (page + 1) + "/";
}
return url;
},
}
render() {
const perPage = this.props.metadata.perPage;