mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 17:17:28 +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) + "/";
|
||||
}
|
||||
return url;
|
||||
},
|
||||
}
|
||||
|
||||
render() {
|
||||
const perPage = this.props.metadata.perPage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue