aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-22 21:50:25 -0700
committerMark Otto <[email protected]>2013-05-22 21:50:25 -0700
commitcdcc3e87688e470598fb8254194a5c86f72dd368 (patch)
tree1ee382bccf981e7827a5ca192b1d1dc1c363ad13 /docs/_layouts
parent41d2b707ed8a4b75df387269ec788b9b318822de (diff)
downloadbootstrap-cdcc3e87688e470598fb8254194a5c86f72dd368.tar.xz
bootstrap-cdcc3e87688e470598fb8254194a5c86f72dd368.zip
delete customize layout since it's no longer in use
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/customize.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/_layouts/customize.html b/docs/_layouts/customize.html
deleted file mode 100644
index f01f4f86e..000000000
--- a/docs/_layouts/customize.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <!-- Meta, title, CSS, favicons, etc. -->
- {% include header.html %}
- <!-- Place anything custom after this. -->
- </head>
- <body>
-
- <!-- Docs master nav -->
- {% include nav-main.html %}
-
- <!-- Docs page layout -->
- <div class="container">
- {{ content }}
-
- <!-- Main docs footer (social buttons, copyright, etc). -->
- {% include colophon.html %}
- </div>
-
- <!-- JS and analytics only. -->
- {% include footer.html %}
-
- </body>
-</html>