mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-14 09:37:37 +02:00
Syntax bug fix from #169
This commit is contained in:
parent
603b9cd84c
commit
fe516baaa2
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