From 80123fc0398b2354ff85ff45e065117a0ad56149 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 Jul 2013 00:35:26 -0700 Subject: [PATCH] mo links, fix ads and analytics in gh pages --- _includes/footer.html | 32 +++++++++++++++----------------- _includes/header.html | 22 ++++++++++------------ _includes/old-bs-docs.html | 2 +- _layouts/customize.html | 4 +--- _layouts/default.html | 4 +--- customize.html | 2 +- getting-started.html | 2 +- 7 files changed, 30 insertions(+), 38 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 2e880f048..47a671b26 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,20 +9,18 @@ -{% unless site.port != "9001" %} - - -{% endunless %} + + diff --git a/_includes/header.html b/_includes/header.html index 81de5f7eb..0a418d482 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -31,15 +31,13 @@ -{% unless site.port != "9001" %} - -{% endunless %} + diff --git a/_includes/old-bs-docs.html b/_includes/old-bs-docs.html index 370b2fc09..53635043f 100644 --- a/_includes/old-bs-docs.html +++ b/_includes/old-bs-docs.html @@ -1,7 +1,7 @@
- Looking for Bootstrap 2.3.2 docs? + Looking for Bootstrap 2.3.2 docs? We've moved it to a new home while we push forward with Bootstrap 3. Read the blog for details.
diff --git a/_layouts/customize.html b/_layouts/customize.html index 0d1c6d2e8..28275c3e1 100644 --- a/_layouts/customize.html +++ b/_layouts/customize.html @@ -15,9 +15,7 @@

{{ page.title }}

{{ page.lead }}

- {% unless site.port != "9001" %} - {% include ads.html %} - {% endunless %} + {% include ads.html %}
diff --git a/_layouts/default.html b/_layouts/default.html index 24cb30a00..556c0fe1d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,9 +15,7 @@

{{ page.title }}

{{ page.lead }}

- {% unless site.port != "9001" %} - {% include ads.html %} - {% endunless %} + {% include ads.html %}
diff --git a/customize.html b/customize.html index 1a4adaf3d..e90c116a1 100644 --- a/customize.html +++ b/customize.html @@ -14,7 +14,7 @@ base_url: "../"

LESS files

-

Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the CSS and Components pages in the docs

+

Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the CSS and Components pages in the docs

Basics

diff --git a/getting-started.html b/getting-started.html index ba9ad7be5..48ebd134c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -272,7 +272,7 @@ bootstrap/

Removing potential bloat

-

Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where bandwidth literally becomes a financial issue. We encourage folks to remove whatever is unused with our Customizer.

+

Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where bandwidth literally becomes a financial issue. We encourage folks to remove whatever is unused with our Customizer.

Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.