Skip to content

Commit

Permalink
fix(v1): update blog href value to match navbar href (facebook#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcshane authored and yangshun committed Jan 11, 2020
1 parent 8c146f2 commit e4eb919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-1.x/lib/core/BlogPostLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class BlogPostLayout extends React.Component {
{this.renderSocialButtons()}
</div>
<div className="blog-recent">
<a className="button" href={`${this.props.config.baseUrl}blog`}>
<a className="button" href={`${this.props.config.baseUrl}blog/`}>
{blogSidebarTitleConfig.default || 'Recent Posts'}
</a>
</div>
Expand Down

0 comments on commit e4eb919

Please sign in to comment.