Changing title of docs pages to simply say 'Bootstrap' like the docs home page

This commit is contained in:
Mark Otto
2012-10-07 21:38:28 -07:00
parent d76c305cbb
commit 6203535d2f
10 changed files with 20 additions and 20 deletions

2
docs/build/index.js vendored
View File

@@ -2,7 +2,7 @@
var hogan = require('hogan.js')
, fs = require('fs')
, prod = process.argv[2] == 'production'
, title = 'Twitter Bootstrap'
, title = 'Bootstrap'
var layout, pages