fix(v1): update blog href value to match navbar href (#2204)

This commit is contained in:
James McShane 2020-01-10 23:19:01 -06:00 committed by Yangshun Tay
parent 8c146f294e
commit e4eb9194fa

View file

@ -121,7 +121,7 @@ class BlogPostLayout extends React.Component {
{this.renderSocialButtons()} {this.renderSocialButtons()}
</div> </div>
<div className="blog-recent"> <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'} {blogSidebarTitleConfig.default || 'Recent Posts'}
</a> </a>
</div> </div>