summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/src/index.js
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-09-05 22:29:41 +0200
committerSamy Pesse <samypesse@gmail.com>2016-09-05 22:29:41 +0200
commit82c2c214eb5179538c925460f1d3e823dbba47e2 (patch)
treed77c93ba2b850bafc1998f0c08c5d5520fa98120 /packages/gitbook-plugin-theme-default/src/index.js
parentee35da4be577943734d57c8c54a5c37f0cc10a0e (diff)
downloadgitbook-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.js5
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>
);