diff options
| author | Mark Otto <[email protected]> | 2012-03-10 15:14:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 15:14:54 -0800 |
| commit | 9c1d8e032b53d296788a56e58409c27c030dba91 (patch) | |
| tree | aa642e3ae5626ab67c56cba63747cc5296653110 /docs/build | |
| parent | 700457c62a71f160b752cfb324205f3cb5e7b5df (diff) | |
| download | bootstrap-9c1d8e032b53d296788a56e58409c27c030dba91.tar.xz bootstrap-9c1d8e032b53d296788a56e58409c27c030dba91.zip | |
change title attr to re-include twitter
Diffstat (limited to 'docs/build')
| -rw-r--r-- | docs/build/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/index.js b/docs/build/index.js index 1a9cb387c..41347e9f4 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 |
