Blog enhancements (#80)

* Small CSS adjustments.

* Blog adjustments.

* Add support for Prism in the blog
This commit is contained in:
Héctor Ramos 2017-09-25 12:53:54 -07:00 committed by GitHub
parent a484893c4f
commit 45f6ef8fd9
7 changed files with 80 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class BlogSidebar extends React.Component {
const contents = [
{
name: "Recent Posts",
links: MetadataBlog
links: MetadataBlog.slice(0, 5)
}
];
const title = this.props.current && this.props.current.title;