Add versioning functionality

This commit is contained in:
Frank Li 2017-08-03 10:25:01 -07:00
parent 58452ea963
commit 3598dffc58
12 changed files with 568 additions and 132 deletions

View file

@ -78,6 +78,7 @@ class Site extends React.Component {
section={this.props.section}
title={this.props.config.title}
language={this.props.language}
version={this.props.version}
/>
<div className="navPusher">
{this.props.children}