From fe516baaa26dbf23c02cef5ef922f2263c87c978 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Thu, 26 Oct 2017 16:29:14 -0700 Subject: [PATCH] Syntax bug fix from #169 --- lib/core/BlogPageLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;