diff --git a/lib/core/BlogPageLayout.js b/lib/core/BlogPageLayout.js index 62d53ecbb1..dbdc41e0b2 100644 --- a/lib/core/BlogPageLayout.js +++ b/lib/core/BlogPageLayout.js @@ -20,7 +20,7 @@ class BlogPageLayout extends React.Component { url += "page" + (page + 1) + "/"; } return url; - }, + } render() { const perPage = this.props.metadata.perPage;