aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/example.html
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-17 23:02:15 -0700
committerfat <[email protected]>2013-07-17 23:02:15 -0700
commit5cb8bfd7da9b1e280fa8eb3332b83812f3aeac3a (patch)
treea0bbfdeb984b0080f2d485f25099d2248e8ea8ed /docs/_layouts/example.html
parent57768d7ea9486f9fcf83701131880405e2fc01cf (diff)
parent9efba239b6c15b72a2872a6c5119fa3abe303951 (diff)
downloadbootstrap-5cb8bfd7da9b1e280fa8eb3332b83812f3aeac3a.tar.xz
bootstrap-5cb8bfd7da9b1e280fa8eb3332b83812f3aeac3a.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'docs/_layouts/example.html')
-rw-r--r--docs/_layouts/example.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html
deleted file mode 100644
index 617fc8ab2..000000000
--- a/docs/_layouts/example.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <!-- Meta, title, CSS, favicons, etc. -->
- {% include header.html %}
- <!-- Place anything custom after this. -->
- </head>
- <body>
-
- <!-- Page content of course! -->
- {{ content }}
-
- <!-- JS and analytics only. -->
- {% include footer.html %}
-
- </body>
-</html>