Syntax bug fix from #169

This commit is contained in:
Joel Marcey 2017-10-26 16:29:14 -07:00
parent 603b9cd84c
commit fe516baaa2

View file

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