aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/example.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-17 22:17:30 -0700
committerMark Otto <[email protected]>2013-07-17 22:17:30 -0700
commit9efba239b6c15b72a2872a6c5119fa3abe303951 (patch)
tree3d9640947fecb7b8c2d5889b41426ece37d0c344 /docs/_layouts/example.html
parent6387d8d5cccca1af3767258d6b38394c9f89afae (diff)
parent0df791d1ac782d37243017214a1fb37e8ead07bd (diff)
downloadbootstrap-9efba239b6c15b72a2872a6c5119fa3abe303951.tar.xz
bootstrap-9efba239b6c15b72a2872a6c5119fa3abe303951.zip
Merge pull request #8511 from twitter/bs3_remove_examples
BS3: Move examples to @twbs/bootstrap-examples
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>