Add Recent Posts button at bottom of blog posts

This commit is contained in:
Frank Li 2017-07-17 11:46:35 -07:00
parent 523d824651
commit c6bdc81376
2 changed files with 19 additions and 0 deletions

View file

@ -40,6 +40,14 @@ class BlogPostLayout extends React.Component {
config={this.props.config}
/>
</div>
<div className="blog-recent-bar">
<a
className="blog-recent button"
href={this.props.config.baseUrl + "blog"}
>
Recent Posts
</a>
</div>
</Container>
</div>
</Site>