diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-09-05 22:29:41 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-09-05 22:29:41 +0200 |
commit | 82c2c214eb5179538c925460f1d3e823dbba47e2 (patch) | |
tree | d77c93ba2b850bafc1998f0c08c5d5520fa98120 /packages/gitbook-plugin-theme-default/src/index.js | |
parent | ee35da4be577943734d57c8c54a5c37f0cc10a0e (diff) | |
download | gitbook-82c2c214eb5179538c925460f1d3e823dbba47e2.zip gitbook-82c2c214eb5179538c925460f1d3e823dbba47e2.tar.gz gitbook-82c2c214eb5179538c925460f1d3e823dbba47e2.tar.bz2 |
Fix build of gitbook.core.min.js
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/index.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/index.js b/packages/gitbook-plugin-theme-default/src/index.js index 8c47b38..3630bbe 100644 --- a/packages/gitbook-plugin-theme-default/src/index.js +++ b/packages/gitbook-plugin-theme-default/src/index.js @@ -5,6 +5,11 @@ const ThemeBody = React.createClass({ render() { return ( <div> + <GitBook.Head + title={'Homepage'} + titleTemplate="%s - GitBook" + /> + My Base theme for gitbook </div> ); |