diff --git a/lib/core/nav/SideNav.js b/lib/core/nav/SideNav.js index ebae3de063..d00de0d09d 100644 --- a/lib/core/nav/SideNav.js +++ b/lib/core/nav/SideNav.js @@ -28,9 +28,11 @@ class SideNav extends React.Component { {this.getLocalizedCategoryString(this.props.current.category)} -
- -
+ {siteConfig.onPageNav === 'separate' && ( +
+ +
+ )}
{this.props.contents.map(this.renderCategory, this)}