From 308d40a729717fd49cf56b597ecbdcb0f22405cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Aug 2013 16:11:10 -0700 Subject: [PATCH] remove customize layout now that we're bringing it back for rc2 --- _layouts/customize.html | 52 ----------------------------------------- customize.html | 2 +- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 _layouts/customize.html diff --git a/_layouts/customize.html b/_layouts/customize.html deleted file mode 100644 index c04b6978d1..0000000000 --- a/_layouts/customize.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - {% include header.html %} - - - - Skip navigation - - - {% include nav-main.html %} - - - - - - {% include old-bs-docs.html %} - -
-
- {{ content }} -
-
- - - - - - {% include footer.html %} - - - diff --git a/customize.html b/customize.html index c6635cdd6a..5c6ba34e6b 100644 --- a/customize.html +++ b/customize.html @@ -1,5 +1,5 @@ --- -layout: customize +layout: default title: Customize and download slug: customize lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.