Skip to content

Commit bf14656

Browse files
committed
Merge pull request graphql#10 from craigbilner/header-link-fix
Fix section name for blog layout
2 parents 4ad6027 + d8a5206 commit bf14656

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)