Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-11 03:14:54 +0400
committerMark Otto <markotto@twitter.com>2012-03-11 03:14:54 +0400
commit9c1d8e032b53d296788a56e58409c27c030dba91 (patch)
treeaa642e3ae5626ab67c56cba63747cc5296653110 /docs/build
parent700457c62a71f160b752cfb324205f3cb5e7b5df (diff)
change title attr to re-include twitter
Diffstat (limited to 'docs/build')
-rw-r--r--docs/build/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/index.js b/docs/build/index.js
index 1a9cb387c7..41347e9f45 100644
--- a/docs/build/index.js
+++ b/docs/build/index.js
@@ -2,7 +2,7 @@
var hogan = require('hogan.js')
, fs = require('fs')
, prod = process.argv[2] == 'production'
- , title = 'Bootstrap'
+ , title = 'Twitter Bootstrap'
var layout, pages