Skip to content

Commit d8a5206

Browse files
committed
Fix section name for blog layout
Ensure that when navigating blog articles, blog header link has the active classrather than docs.
1 parent 4ad6027 commit d8a5206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_core/BlogLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var BlogLayout = React.createClass({
1717
var page = this.props.page;
1818
var site = this.props.site;
1919
return (
20-
<Site section="docs">
20+
<Site section="blog">
2121
<section className="content wrap documentationContent">
2222
<BlogSidebar site={site} page={page} />
2323
<div className="inner-content">

0 commit comments

Comments
 (0)