Add active link classes to site navigation menu ()

This commit is contained in:
Elian Ibaj 2018-03-04 17:53:31 +01:00 committed by Joel Marcey
parent 4ea8158c0c
commit 48ee457ec9
9 changed files with 66 additions and 15 deletions

View file

@ -79,7 +79,8 @@ class BlogPostLayout extends React.Component {
title={this.props.metadata.title}
language={'en'}
description={this.getDescription()}
config={this.props.config}>
config={this.props.config}
metadata={{blog: true}}>
<div className="docMainWrapper wrapper">
<BlogSidebar
language={'en'}