mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +02:00
Merge pull request #192 from JoelMarcey/syntax-fix
Syntax bug fix from #169
This commit is contained in:
commit
b7a804784c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class BlogPageLayout extends React.Component {
|
||||||
url += "page" + (page + 1) + "/";
|
url += "page" + (page + 1) + "/";
|
||||||
}
|
}
|
||||||
return url;
|
return url;
|
||||||
},
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const perPage = this.props.metadata.perPage;
|
const perPage = this.props.metadata.perPage;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue