From 6203535d2f65502eb0beafc3568fa878ce63f97f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 7 Oct 2012 21:38:28 -0700 Subject: Changing title of docs pages to simply say 'Bootstrap' like the docs home page --- docs/build/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/build') diff --git a/docs/build/index.js b/docs/build/index.js index 41347e9f4..1a9cb387c 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 = 'Twitter Bootstrap' + , title = 'Bootstrap' var layout, pages -- cgit v1.2.3